diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 82350f8f04f6..b125e3387568 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -97,8 +97,8 @@ static int neg_one = -1; | |||
97 | #endif | 97 | #endif |
98 | 98 | ||
99 | static int zero; | 99 | static int zero; |
100 | static int one = 1; | 100 | static int __maybe_unused one = 1; |
101 | static int two = 2; | 101 | static int __maybe_unused two = 2; |
102 | static unsigned long one_ul = 1; | 102 | static unsigned long one_ul = 1; |
103 | static int one_hundred = 100; | 103 | static int one_hundred = 100; |
104 | 104 | ||