diff options
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/inode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index 1987697b23a0..7b4572805db9 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c | |||
@@ -436,11 +436,11 @@ spufs_fill_super(struct super_block *sb, void *data, int silent) | |||
436 | return spufs_create_root(sb, data); | 436 | return spufs_create_root(sb, data); |
437 | } | 437 | } |
438 | 438 | ||
439 | static struct super_block * | 439 | static int |
440 | spufs_get_sb(struct file_system_type *fstype, int flags, | 440 | spufs_get_sb(struct file_system_type *fstype, int flags, |
441 | const char *name, void *data) | 441 | const char *name, void *data, struct vfsmount *mnt) |
442 | { | 442 | { |
443 | return get_sb_single(fstype, flags, data, spufs_fill_super); | 443 | return get_sb_single(fstype, flags, data, spufs_fill_super, mnt); |
444 | } | 444 | } |
445 | 445 | ||
446 | static struct file_system_type spufs_type = { | 446 | static struct file_system_type spufs_type = { |