]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sysctl.c
kernel/sysctl.c: avoid annoying warnings
[linux-2.6-omap-h63xx.git] / kernel / sysctl.c
index 82350f8f04f61a276cfaedbd0ca7fb5e1ffea378..b125e3387568cc1c9c59b1cce982302a7693a40f 100644 (file)
@@ -97,8 +97,8 @@ static int neg_one = -1;
 #endif
 
 static int zero;
-static int one = 1;
-static int two = 2;
+static int __maybe_unused one = 1;
+static int __maybe_unused two = 2;
 static unsigned long one_ul = 1;
 static int one_hundred = 100;