diff mbox

[03/12] caif: remove unused #include <linux/version.h>

Message ID 1274548317-4044-1-git-send-email-weiyi.huang@gmail.com
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Commit Message

Huang Weiyi May 22, 2010, 5:11 p.m. UTC
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(-)

Comments

Sjur Brændeland May 24, 2010, 7:51 p.m. UTC | #1
Huang Weiyi <weiyi.huang@gmail.com> wrote:
> 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>
Looks good thanks.
Acked-by: Sjur Braendeland <sjur.brandeland@stericsson.com>

,
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>