[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1368762488-22017-1-git-send-email-sachin.kamat@linaro.org>
Date: Fri, 17 May 2013 09:18:07 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: linux-usb@...r.kernel.org, netdev@...r.kernel.org
Cc: gregkh@...uxfoundation.org, davem@...emloft.net,
hayeswang@...ltek.com, sachin.kamat@...aro.org
Subject: [PATCH Resend 1/2] net/usb: r8152: Remove redundant version.h header inclusion
version.h header inclusion is not necessary as detected by
checkversion.pl.
Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
---
This series compile tested on linux-next (20130516).
---
drivers/net/usb/r8152.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index 14e5198..8e53e41 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -11,7 +11,6 @@
#include <linux/signal.h>
#include <linux/slab.h>
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/mii.h>
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists