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/net/caif/caif_hsi.c | |
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/net/caif/caif_hsi.c')
-rw-r--r-- | drivers/net/caif/caif_hsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |