From: Linus Torvalds Date: Mon, 6 Apr 2009 20:38:46 +0000 (-0700) Subject: kernel/sysctl.c: avoid annoying warnings X-Git-Tag: v2.6.30-rc1~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5f9a4c3199b090e91ea0064cb110985ba54814;p=pandora-kernel.git 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 --- Reading git-diff-tree failed