]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/platforms/cell/spufs/syscalls.c
[POWERPC] spufs: Make file-internal functions & variables static
[~andy/linux] / arch / powerpc / platforms / cell / spufs / syscalls.c
index 43f0fb88abbc0812117e44758aec94883a70d31a..3d8c3281c7684e5ffe466fd3fd01964bd2c55056 100644 (file)
@@ -76,8 +76,8 @@ asmlinkage long sys_spu_run(int fd, __u32 __user *unpc, __u32 __user *ustatus)
 }
 #endif
 
-asmlinkage long do_spu_create(const char __user *pathname, unsigned int flags,
-                               mode_t mode, struct file *neighbor)
+static asmlinkage long do_spu_create(const char __user *pathname,
+               unsigned int flags, mode_t mode, struct file *neighbor)
 {
        char *tmp;
        int ret;