diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sysctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c8da99f905cf..c398a58673a7 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -122,6 +122,7 @@ extern int blk_iopoll_enabled; | |||
122 | static int sixty = 60; | 122 | static int sixty = 60; |
123 | #endif | 123 | #endif |
124 | 124 | ||
125 | static int neg_one = -1; | ||
125 | static int zero; | 126 | static int zero; |
126 | static int __maybe_unused one = 1; | 127 | static int __maybe_unused one = 1; |
127 | static int __maybe_unused two = 2; | 128 | static int __maybe_unused two = 2; |