diff options
Diffstat (limited to 'arch/powerpc/platforms/cell')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index 863184b182f4..3f3bb4cdbbec 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c | |||
@@ -749,6 +749,7 @@ static struct file_system_type spufs_type = { | |||
749 | .mount = spufs_mount, | 749 | .mount = spufs_mount, |
750 | .kill_sb = kill_litter_super, | 750 | .kill_sb = kill_litter_super, |
751 | }; | 751 | }; |
752 | MODULE_ALIAS_FS("spufs"); | ||
752 | 753 | ||
753 | static int __init spufs_init(void) | 754 | static int __init spufs_init(void) |
754 | { | 755 | { |