netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Huang Weiyi <weiyi.huang@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Huang Weiyi <weiyi.huang@gmail.com>
Subject: [PATCH 03/12] caif: remove unused #include <linux/version.h>
Date: Sun, 23 May 2010 01:11:57 +0800	[thread overview]
Message-ID: <1274548317-4044-1-git-send-email-weiyi.huang@gmail.com> (raw)

Remove unused #include <linux/version.h>('s) in
  net/caif/caif_dev.c
  net/caif/chnl_net.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 net/caif/caif_dev.c |    1 -
 net/caif/chnl_net.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c
index e2b86f1..a5f1559 100644
--- a/net/caif/caif_dev.c
+++ b/net/caif/caif_dev.c
@@ -9,7 +9,6 @@
  *  and Sakari Ailus <sakari.ailus@nokia.com>
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/if_arp.h>
diff --git a/net/caif/chnl_net.c b/net/caif/chnl_net.c
index 610966a..49c4a7b 100644
--- a/net/caif/chnl_net.c
+++ b/net/caif/chnl_net.c
@@ -5,7 +5,6 @@
  * License terms: GNU General Public License (GPL) version 2
  */
 
-#include <linux/version.h>
 #include <linux/fs.h>
 #include <linux/init.h>
 #include <linux/module.h>
-- 
1.6.1.3


             reply	other threads:[~2010-05-22 17:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-22 17:11 Huang Weiyi [this message]
2010-05-24 19:51 ` [PATCH 03/12] caif: remove unused #include <linux/version.h> Sjur Brændeland

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=1274548317-4044-1-git-send-email-weiyi.huang@gmail.com \
    --to=weiyi.huang@gmail.com \
    --cc=davem@davemloft.net \
    --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).