aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 7635bb15f5af..622029ba5103 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -64,6 +64,9 @@
64#ifdef CONFIG_BSD_PROCESS_ACCT 64#ifdef CONFIG_BSD_PROCESS_ACCT
65#include <linux/acct.h> 65#include <linux/acct.h>
66#endif 66#endif
67#ifdef CONFIG_RT_MUTEXES
68#include <linux/rtmutex.h>
69#endif
67#ifdef CONFIG_CHR_DEV_SG 70#ifdef CONFIG_CHR_DEV_SG
68#include <scsi/sg.h> 71#include <scsi/sg.h>
69#endif 72#endif
@@ -150,10 +153,6 @@ extern int unaligned_dump_stack;
150 153
151extern struct ratelimit_state printk_ratelimit_state; 154extern struct ratelimit_state printk_ratelimit_state;
152 155
153#ifdef CONFIG_RT_MUTEXES
154extern int max_lock_depth;
155#endif
156
157#ifdef CONFIG_PROC_SYSCTL 156#ifdef CONFIG_PROC_SYSCTL
158static int proc_do_cad_pid(struct ctl_table *table, int write, 157static int proc_do_cad_pid(struct ctl_table *table, int write,
159 void __user *buffer, size_t *lenp, loff_t *ppos); 158 void __user *buffer, size_t *lenp, loff_t *ppos);