diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-04-02 01:33:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 19:31:45 -0400 |
commit | 345bec6434433c11ddc63afe861b1af6c8b5f7f9 (patch) | |
tree | 41d60750d3d1953a5ffd1110854bb5c123183e95 | |
parent | 9eb9362e569062e2f841b7a023e5fcde10ed63b4 (diff) |
dnet: remove unused #include <version.h>
Remove unused #include <version.h> in drivers/net/dnet.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/dnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dnet.c b/drivers/net/dnet.c index db1e31f95200..33fa9eee4cac 100644 --- a/drivers/net/dnet.c +++ b/drivers/net/dnet.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
10 | */ | 10 | */ |
11 | #include <linux/version.h> | ||
12 | #include <linux/io.h> | 11 | #include <linux/io.h> |
13 | #include <linux/module.h> | 12 | #include <linux/module.h> |
14 | #include <linux/moduleparam.h> | 13 | #include <linux/moduleparam.h> |