diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-24 05:40:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-24 05:40:08 -0400 |
commit | 95cb3656c09fcf6577138337216c27744ebc91e2 (patch) | |
tree | fbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/caif | |
parent | 22c8c9343258feda9ea9ebb9e5f8cbb727b69454 (diff) |
net: Remove unneeded version.h includes from drivers/net/
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/net/.
This patch removes them.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/caif')
-rw-r--r-- | drivers/net/caif/caif_serial.c | 1 | ||||
-rw-r--r-- | drivers/net/caif/caif_shm_u5500.c | 1 | ||||
-rw-r--r-- | drivers/net/caif/caif_spi.c | 1 | ||||
-rw-r--r-- | drivers/net/caif/caif_spi_slave.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/caif/caif_serial.c b/drivers/net/caif/caif_serial.c index 1cd0b59d13cb..23406e62c0b0 100644 --- a/drivers/net/caif/caif_serial.c +++ b/drivers/net/caif/caif_serial.c | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | #include <linux/hardirq.h> | 7 | #include <linux/hardirq.h> |
8 | #include <linux/init.h> | 8 | #include <linux/init.h> |
9 | #include <linux/version.h> | ||
10 | #include <linux/module.h> | 9 | #include <linux/module.h> |
11 | #include <linux/device.h> | 10 | #include <linux/device.h> |
12 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/drivers/net/caif/caif_shm_u5500.c b/drivers/net/caif/caif_shm_u5500.c index 5f771ab712c4..89d76b7b325a 100644 --- a/drivers/net/caif/caif_shm_u5500.c +++ b/drivers/net/caif/caif_shm_u5500.c | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | #define pr_fmt(fmt) KBUILD_MODNAME ":" fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ":" fmt |
9 | 9 | ||
10 | #include <linux/version.h> | ||
11 | #include <linux/init.h> | 10 | #include <linux/init.h> |
12 | #include <linux/module.h> | 11 | #include <linux/module.h> |
13 | #include <linux/netdevice.h> | 12 | #include <linux/netdevice.h> |
diff --git a/drivers/net/caif/caif_spi.c b/drivers/net/caif/caif_spi.c index 57e639373815..0f8defc73307 100644 --- a/drivers/net/caif/caif_spi.c +++ b/drivers/net/caif/caif_spi.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * License terms: GNU General Public License (GPL) version 2. | 5 | * License terms: GNU General Public License (GPL) version 2. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <linux/version.h> | ||
9 | #include <linux/init.h> | 8 | #include <linux/init.h> |
10 | #include <linux/module.h> | 9 | #include <linux/module.h> |
11 | #include <linux/device.h> | 10 | #include <linux/device.h> |
diff --git a/drivers/net/caif/caif_spi_slave.c b/drivers/net/caif/caif_spi_slave.c index b009e03cda9e..e139e133fc79 100644 --- a/drivers/net/caif/caif_spi_slave.c +++ b/drivers/net/caif/caif_spi_slave.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com | 4 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com |
5 | * License terms: GNU General Public License (GPL) version 2. | 5 | * License terms: GNU General Public License (GPL) version 2. |
6 | */ | 6 | */ |
7 | #include <linux/version.h> | ||
8 | #include <linux/init.h> | 7 | #include <linux/init.h> |
9 | #include <linux/module.h> | 8 | #include <linux/module.h> |
10 | #include <linux/device.h> | 9 | #include <linux/device.h> |