aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon@janc.net.pl>2010-11-27 08:39:45 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-28 18:06:58 -0800
commit5504e1397cc860e61fbb68c56e7a10db613275fd (patch)
tree9607741083e096b8e51368ae63cc5dee00fd7709 /drivers/net/forcedeth.c
parentforcedeth: remove unnecessary checks before kfree (diff)
downloadlinux-dev-5504e1397cc860e61fbb68c56e7a10db613275fd.tar.xz
linux-dev-5504e1397cc860e61fbb68c56e7a10db613275fd.zip
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.c4
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 @@
#include <linux/if_vlan.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
+#include <linux/uaccess.h>
+#include <linux/io.h>
#include <asm/irq.h>
-#include <asm/io.h>
-#include <asm/uaccess.h>
#include <asm/system.h>
#if 0