[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1439590399-21374-1-git-send-email-ipm@chirality.org.uk>
Date: Fri, 14 Aug 2015 23:13:19 +0100
From: Ian Morris <ipm@...rality.org.uk>
To: netdev@...r.kernel.org
Cc: Ian Morris <ipm@...rality.org.uk>
Subject: [PATCH net-next] ipv6: remove unnecessary include
printk.h does not need to be explicitly included as we include kernel.h
which already called it.
Signed-off-by: Ian Morris <ipm@...rality.org.uk>
---
net/ipv6/ip6_offload.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/ipv6/ip6_offload.c b/net/ipv6/ip6_offload.c
index 08b6204..1cb2dc7 100644
--- a/net/ipv6/ip6_offload.c
+++ b/net/ipv6/ip6_offload.c
@@ -12,7 +12,6 @@
#include <linux/socket.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
-#include <linux/printk.h>
#include <net/protocol.h>
#include <net/ipv6.h>
--
1.9.1
--
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