diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2011-07-07 03:26:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-07 03:26:31 -0400 |
commit | fa917ff739eace9e1e1c214bd067a7a0f7bc264b (patch) | |
tree | 6581358140d209c8af2abdea4355ac3343489745 /drivers | |
parent | aec27311c23a8ce8eaf490762249d3ed74be83b6 (diff) |
net: fix warning of versioncheck
net-next-2.6/drivers/net/bnx2x/bnx2x_sp.c: 19 linux/version.h not needed.
net-next-2.6/drivers/net/caif/caif_hsi.c: 9 linux/version.h not needed.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_sp.c | 1 | ||||
-rw-r--r-- | drivers/net/caif/caif_hsi.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x_sp.c b/drivers/net/bnx2x/bnx2x_sp.c index 5bdf09459a08..f6322a15ed4d 100644 --- a/drivers/net/bnx2x/bnx2x_sp.c +++ b/drivers/net/bnx2x/bnx2x_sp.c | |||
@@ -16,7 +16,6 @@ | |||
16 | * Written by: Vladislav Zolotarov | 16 | * Written by: Vladislav Zolotarov |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | #include <linux/version.h> | ||
20 | #include <linux/module.h> | 19 | #include <linux/module.h> |
21 | #include <linux/crc32.h> | 20 | #include <linux/crc32.h> |
22 | #include <linux/netdevice.h> | 21 | #include <linux/netdevice.h> |
diff --git a/drivers/net/caif/caif_hsi.c b/drivers/net/caif/caif_hsi.c index 016108a3b1c3..b41c2fced0a7 100644 --- a/drivers/net/caif/caif_hsi.c +++ b/drivers/net/caif/caif_hsi.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * License terms: GNU General Public License (GPL) version 2. | 6 | * License terms: GNU General Public License (GPL) version 2. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/version.h> | ||
10 | #include <linux/init.h> | 9 | #include <linux/init.h> |
11 | #include <linux/module.h> | 10 | #include <linux/module.h> |
12 | #include <linux/device.h> | 11 | #include <linux/device.h> |