]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/sysctl.c: avoid annoying warnings
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 20:38:46 +0000 (13:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 20:38:46 +0000 (13:38 -0700)
commit4618eb1f59ff2b56628dad7292bc061530eaaaff
tree67d4da296ab85a96f28580420bf4cdef84d3aaaa
parentea460ad420e341314af8e5ab974184e8ce85f2ee
kernel/sysctl.c: avoid annoying warnings

Some of the limit constants are used only depending on some complex
configuration dependencies, yet it's not worth making the simple
variables depend on those configuration details.  Just mark them as
perhaps not being unused, and avoid the warning.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl.c