diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 44e9492368fd..5290c437f151 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -61,6 +61,9 @@ | |||
61 | #include <asm/stacktrace.h> | 61 | #include <asm/stacktrace.h> |
62 | #include <asm/io.h> | 62 | #include <asm/io.h> |
63 | #endif | 63 | #endif |
64 | #ifdef CONFIG_CHR_DEV_SG | ||
65 | #include <scsi/sg.h> | ||
66 | #endif | ||
64 | 67 | ||
65 | 68 | ||
66 | #if defined(CONFIG_SYSCTL) | 69 | #if defined(CONFIG_SYSCTL) |
@@ -116,10 +119,6 @@ static int min_percpu_pagelist_fract = 8; | |||
116 | 119 | ||
117 | static int ngroups_max = NGROUPS_MAX; | 120 | static int ngroups_max = NGROUPS_MAX; |
118 | 121 | ||
119 | #ifdef CONFIG_CHR_DEV_SG | ||
120 | extern int sg_big_buff; | ||
121 | #endif | ||
122 | |||
123 | #ifdef CONFIG_SPARC | 122 | #ifdef CONFIG_SPARC |
124 | #include <asm/system.h> | 123 | #include <asm/system.h> |
125 | #endif | 124 | #endif |