aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f70d52c46617..8b3580d0664e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -283,7 +283,6 @@ extern int dir_notify_enable;
283#include <linux/init.h> 283#include <linux/init.h>
284#include <linux/pid.h> 284#include <linux/pid.h>
285#include <linux/mutex.h> 285#include <linux/mutex.h>
286#include <linux/sysctl.h>
287#include <linux/capability.h> 286#include <linux/capability.h>
288 287
289#include <asm/atomic.h> 288#include <asm/atomic.h>
@@ -2032,7 +2031,8 @@ static inline void free_secdata(void *secdata)
2032{ } 2031{ }
2033#endif /* CONFIG_SECURITY */ 2032#endif /* CONFIG_SECURITY */
2034 2033
2035int proc_nr_files(ctl_table *table, int write, struct file *filp, 2034struct ctl_table;
2035int proc_nr_files(struct ctl_table *table, int write, struct file *filp,
2036 void __user *buffer, size_t *lenp, loff_t *ppos); 2036 void __user *buffer, size_t *lenp, loff_t *ppos);
2037 2037
2038 2038