linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / frv / kernel / sys_frv.c
index c4d4348..931aa6d 100644 (file)
@@ -32,7 +32,7 @@
  * sys_pipe() is the normal C calling standard for creating
  * a pipe. It's not the way unix traditionally does this, though.
  */
-asmlinkage long sys_pipe(unsigned long __user * fildes)
+asmlinkage long sys_pipe(unsigned long * fildes)
 {
        int fd[2];
        int error;