]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
netfilter: remove unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Mon, 13 Oct 2008 04:08:34 +0000 (21:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Oct 2008 04:08:34 +0000 (21:08 -0700)
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  net/netfilter/nf_tproxy_core.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_tproxy_core.c

index fe34f4bf74ccd43942898b528db25c5e49b48c64..cdc97f3105a3153e4c55cfb57f5eb4994d393922 100644 (file)
@@ -10,7 +10,6 @@
  *
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 
 #include <linux/net.h>