diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-10 17:05:20 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:26 -0400 |
commit | bf1e9a080d7766bd65b8d8eb837ecde8b03dcc31 (patch) | |
tree | 3081072cbfb9ff3afad4cce26f412f53565e787b /drivers/net/gianfar_ethtool.c | |
parent | 10096974adb6d62b9f8cf65c266632ea73040936 (diff) |
Clean up duplicate includes in drivers/net/
This patch cleans up duplicate includes in
drivers/net/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/gianfar_ethtool.c')
-rw-r--r-- | drivers/net/gianfar_ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/gianfar_ethtool.c b/drivers/net/gianfar_ethtool.c index 7b411c1514db..2470903fbc74 100644 --- a/drivers/net/gianfar_ethtool.c +++ b/drivers/net/gianfar_ethtool.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <linux/module.h> | 34 | #include <linux/module.h> |
35 | #include <linux/crc32.h> | 35 | #include <linux/crc32.h> |
36 | #include <asm/types.h> | 36 | #include <asm/types.h> |
37 | #include <asm/uaccess.h> | ||
38 | #include <linux/ethtool.h> | 37 | #include <linux/ethtool.h> |
39 | #include <linux/mii.h> | 38 | #include <linux/mii.h> |
40 | #include <linux/phy.h> | 39 | #include <linux/phy.h> |