From: Ian Morris <ipm@chirality.org.uk>
To: netdev@vger.kernel.org
Cc: Ian Morris <ipm@chirality.org.uk>
Subject: [PATCH net-next] ipv6: remove unnecessary include
Date: Fri, 14 Aug 2015 23:13:19 +0100 [thread overview]
Message-ID: <1439590399-21374-1-git-send-email-ipm@chirality.org.uk> (raw)
printk.h does not need to be explicitly included as we include kernel.h
which already called it.
Signed-off-by: Ian Morris <ipm@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
next reply other threads:[~2015-08-14 22:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 22:13 Ian Morris [this message]
2015-08-17 21:34 ` [PATCH net-next] ipv6: remove unnecessary include David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439590399-21374-1-git-send-email-ipm@chirality.org.uk \
--to=ipm@chirality.org.uk \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).