Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14717f81 authored by Huang Weiyi's avatar Huang Weiyi Committed by David S. Miller
Browse files

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: default avatarHuang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab396eb0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 *
 */

#include <linux/version.h>
#include <linux/module.h>

#include <linux/net.h>