printk.h does not need to be explicitly included as we include kernel.h
which already called it.

Signed-off-by: Ian Morris <i...@chirality.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to