[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20150723.012625.1155727478780199014.davem@davemloft.net>
Date: Thu, 23 Jul 2015 01:26:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH] ipv4: Include module.h in ip_tunnel_core.c
Signed-off-by: David S. Miller <davem@...emloft.net>
---
net/ipv4/ip_tunnel_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv4/ip_tunnel_core.c b/net/ipv4/ip_tunnel_core.c
index 630e6d5..7305728 100644
--- a/net/ipv4/ip_tunnel_core.c
+++ b/net/ipv4/ip_tunnel_core.c
@@ -33,6 +33,7 @@
#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/static_key.h>
+#include <linux/module.h>
#include <net/ip.h>
#include <net/icmp.h>
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists