diff mbox

[5/9] dnet: remove unused #include <version.h>

Message ID 1238686430-3912-1-git-send-email-weiyi.huang@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Huang Weiyi April 2, 2009, 3:33 p.m. UTC
Remove unused #include <version.h> in drivers/net/dnet.c.

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

Comments

David Miller April 2, 2009, 11:32 p.m. UTC | #1
From: Huang Weiyi <weiyi.huang@gmail.com>
Date: Thu,  2 Apr 2009 23:33:50 +0800

> Remove unused #include <version.h> in drivers/net/dnet.c.
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

Applied.
--
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/drivers/net/dnet.c b/drivers/net/dnet.c
index db1e31f..33fa9ee 100644
--- a/drivers/net/dnet.c
+++ b/drivers/net/dnet.c
@@ -8,7 +8,6 @@ 
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <linux/version.h>
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>