From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Morris Subject: [PATCH net-next] ipv6: remove unnecessary include Date: Fri, 14 Aug 2015 23:13:19 +0100 Message-ID: <1439590399-21374-1-git-send-email-ipm@chirality.org.uk> Cc: Ian Morris To: netdev@vger.kernel.org Return-path: Received: from inet-gw.chirality.org.uk ([88.97.209.22]:39178 "EHLO cedar.ipmorris.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751967AbbHNWNW (ORCPT ); Fri, 14 Aug 2015 18:13:22 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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/ip6_offload.c +++ b/net/ipv6/ip6_offload.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include -- 1.9.1