From: Sam Ravnborg Date: Mon, 21 May 2012 18:45:37 +0000 (+0200) Subject: net: drop NET dependency from HAVE_BPF_JIT X-Git-Tag: v3.5-rc1~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e47b65b032f2997aa0a7392ecdf656c86d4d7561;p=pandora-kernel.git net: drop NET dependency from HAVE_BPF_JIT There is no point having the NET dependency on the select target, as it forces all users to depend on NET to tell they support BPF_JIT. Move the config option to the bottom of the file - this could be a nice place also for future "selectable" config symbols. Fix up all users to drop the dependency on NET now that it is not required to supress warnings for non-NET builds. Reported-by: Linus Torvalds Signed-off-by: Sam Ravnborg Acked-by: David Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed