diff options
Diffstat (limited to 'fs/proc/devices.c')
-rw-r--r-- | fs/proc/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/devices.c b/fs/proc/devices.c index b14347167c35..50493edc30e5 100644 --- a/fs/proc/devices.c +++ b/fs/proc/devices.c | |||
@@ -67,4 +67,4 @@ static int __init proc_devices_init(void) | |||
67 | proc_create("devices", 0, NULL, &proc_devinfo_operations); | 67 | proc_create("devices", 0, NULL, &proc_devinfo_operations); |
68 | return 0; | 68 | return 0; |
69 | } | 69 | } |
70 | module_init(proc_devices_init); | 70 | fs_initcall(proc_devices_init); |