diff options
Diffstat (limited to 'fs/proc/page.c')
-rw-r--r-- | fs/proc/page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/page.c b/fs/proc/page.c index cab84b6272ed..02174a610315 100644 --- a/fs/proc/page.c +++ b/fs/proc/page.c | |||
@@ -219,4 +219,4 @@ static int __init proc_page_init(void) | |||
219 | proc_create("kpageflags", S_IRUSR, NULL, &proc_kpageflags_operations); | 219 | proc_create("kpageflags", S_IRUSR, NULL, &proc_kpageflags_operations); |
220 | return 0; | 220 | return 0; |
221 | } | 221 | } |
222 | module_init(proc_page_init); | 222 | fs_initcall(proc_page_init); |