diff options
Diffstat (limited to 'fs/isofs/inode.c')
-rw-r--r-- | fs/isofs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index a67f16e846a2..d9b8aebdeb22 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c | |||
@@ -1557,6 +1557,7 @@ static struct file_system_type iso9660_fs_type = { | |||
1557 | .fs_flags = FS_REQUIRES_DEV, | 1557 | .fs_flags = FS_REQUIRES_DEV, |
1558 | }; | 1558 | }; |
1559 | MODULE_ALIAS_FS("iso9660"); | 1559 | MODULE_ALIAS_FS("iso9660"); |
1560 | MODULE_ALIAS("iso9660"); | ||
1560 | 1561 | ||
1561 | static int __init init_iso9660_fs(void) | 1562 | static int __init init_iso9660_fs(void) |
1562 | { | 1563 | { |