Explorar el Código

netfilter: remove unused #include <version.h>

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>
Huang Weiyi hace 16 años
padre
commit
14717f811b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      net/netfilter/nf_tproxy_core.c

+ 0 - 1
net/netfilter/nf_tproxy_core.c

@@ -10,7 +10,6 @@
  *
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 
 #include <linux/net.h>