diff options
author | Szymon Janc <szymon@janc.net.pl> | 2010-11-27 03:39:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-28 21:06:58 -0500 |
commit | 5504e1397cc860e61fbb68c56e7a10db613275fd (patch) | |
tree | 9607741083e096b8e51368ae63cc5dee00fd7709 /drivers/net/forcedeth.c | |
parent | 9b03b06b65856f70564c53654d44053f3072379e (diff) |
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatch
Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/forcedeth.c')
-rw-r--r-- | drivers/net/forcedeth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index 81722fb51a36..8deae909bbda 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c | |||
@@ -60,10 +60,10 @@ | |||
60 | #include <linux/if_vlan.h> | 60 | #include <linux/if_vlan.h> |
61 | #include <linux/dma-mapping.h> | 61 | #include <linux/dma-mapping.h> |
62 | #include <linux/slab.h> | 62 | #include <linux/slab.h> |
63 | #include <linux/uaccess.h> | ||
64 | #include <linux/io.h> | ||
63 | 65 | ||
64 | #include <asm/irq.h> | 66 | #include <asm/irq.h> |
65 | #include <asm/io.h> | ||
66 | #include <asm/uaccess.h> | ||
67 | #include <asm/system.h> | 67 | #include <asm/system.h> |
68 | 68 | ||
69 | #if 0 | 69 | #if 0 |