diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-24 02:40:08 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-24 02:40:08 -0700 |
commit | 95cb3656c09fcf6577138337216c27744ebc91e2 (patch) | |
tree | fbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/davinci_emac.c | |
parent | 22c8c9343258feda9ea9ebb9e5f8cbb727b69454 (diff) | |
download | linux-95cb3656c09fcf6577138337216c27744ebc91e2.tar.bz2 |
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/davinci_emac.c')
-rw-r--r-- | drivers/net/davinci_emac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index 55c8245b0cdc..acef7e96c9fd 100644 --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c @@ -48,7 +48,6 @@ #include <linux/highmem.h> #include <linux/proc_fs.h> #include <linux/ctype.h> -#include <linux/version.h> #include <linux/spinlock.h> #include <linux/dma-mapping.h> #include <linux/clk.h> |