Re: [PATCH net-next] ipv6: remove unnecessary include

2015-08-17 Thread David Miller
From: Ian Morris Date: Fri, 14 Aug 2015 23:13:19 +0100 > printk.h does not need to be explicitly included as we include kernel.h > which already called it. > > Signed-off-by: Ian Morris We should not rely on such things and include explicitly the headers that directly provide the interfaces we

[PATCH net-next] ipv6: remove unnecessary include

2015-08-14 Thread Ian Morris
printk.h does not need to be explicitly included as we include kernel.h which already called it. Signed-off-by: Ian Morris --- 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/ip