diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sysctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 622029ba5103..8686b0f5fc12 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -67,6 +67,9 @@ | |||
| 67 | #ifdef CONFIG_RT_MUTEXES | 67 | #ifdef CONFIG_RT_MUTEXES |
| 68 | #include <linux/rtmutex.h> | 68 | #include <linux/rtmutex.h> |
| 69 | #endif | 69 | #endif |
| 70 | #if defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_LOCK_STAT) | ||
| 71 | #include <linux/lockdep.h> | ||
| 72 | #endif | ||
| 70 | #ifdef CONFIG_CHR_DEV_SG | 73 | #ifdef CONFIG_CHR_DEV_SG |
| 71 | #include <scsi/sg.h> | 74 | #include <scsi/sg.h> |
| 72 | #endif | 75 | #endif |
| @@ -191,9 +194,6 @@ extern struct ctl_table epoll_table[]; | |||
| 191 | int sysctl_legacy_va_layout; | 194 | int sysctl_legacy_va_layout; |
| 192 | #endif | 195 | #endif |
| 193 | 196 | ||
| 194 | extern int prove_locking; | ||
| 195 | extern int lock_stat; | ||
| 196 | |||
| 197 | /* The default sysctl tables: */ | 197 | /* The default sysctl tables: */ |
| 198 | 198 | ||
| 199 | static struct ctl_table root_table[] = { | 199 | static struct ctl_table root_table[] = { |
