diff options
-rw-r--r-- | fs/autofs4/dev-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/dev-ioctl.c b/fs/autofs4/dev-ioctl.c index 232e03d4780d..5b570b6efa28 100644 --- a/fs/autofs4/dev-ioctl.c +++ b/fs/autofs4/dev-ioctl.c | |||
@@ -737,7 +737,7 @@ MODULE_ALIAS_MISCDEV(AUTOFS_MINOR); | |||
737 | MODULE_ALIAS("devname:autofs"); | 737 | MODULE_ALIAS("devname:autofs"); |
738 | 738 | ||
739 | /* Register/deregister misc character device */ | 739 | /* Register/deregister misc character device */ |
740 | int autofs_dev_ioctl_init(void) | 740 | int __init autofs_dev_ioctl_init(void) |
741 | { | 741 | { |
742 | int r; | 742 | int r; |
743 | 743 | ||