浏览代码

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 16 年之前
父节点
当前提交
14717f811b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>