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/atl1c/atl1c.h | |
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/atl1c/atl1c.h')
-rw-r--r-- | drivers/net/atl1c/atl1c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/atl1c/atl1c.h b/drivers/net/atl1c/atl1c.h index dfe4370ccc90..0f481b983bcf 100644 --- a/drivers/net/atl1c/atl1c.h +++ b/drivers/net/atl1c/atl1c.h | |||
@@ -22,7 +22,6 @@ | |||
22 | #ifndef _ATL1C_H_ | 22 | #ifndef _ATL1C_H_ |
23 | #define _ATL1C_H_ | 23 | #define _ATL1C_H_ |
24 | 24 | ||
25 | #include <linux/version.h> | ||
26 | #include <linux/init.h> | 25 | #include <linux/init.h> |
27 | #include <linux/interrupt.h> | 26 | #include <linux/interrupt.h> |
28 | #include <linux/types.h> | 27 | #include <linux/types.h> |