diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8f42b35a7565..5bed436f4353 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2448,7 +2448,7 @@ struct ctl_table; | |||
2448 | int proc_nr_files(struct ctl_table *table, int write, struct file *filp, | 2448 | int proc_nr_files(struct ctl_table *table, int write, struct file *filp, |
2449 | void __user *buffer, size_t *lenp, loff_t *ppos); | 2449 | void __user *buffer, size_t *lenp, loff_t *ppos); |
2450 | 2450 | ||
2451 | int get_filesystem_list(char * buf); | 2451 | int __init get_filesystem_list(char *buf); |
2452 | 2452 | ||
2453 | #endif /* __KERNEL__ */ | 2453 | #endif /* __KERNEL__ */ |
2454 | #endif /* _LINUX_FS_H */ | 2454 | #endif /* _LINUX_FS_H */ |