aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-08 11:11:49 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-09 21:36:38 -0700
commit49a42c080fbba9e99b4339763dd7771569ee38c3 (patch)
treec8c482cdf3cb8cbb2cdf9a7e10f0c398feae1128
parentau1000-eth: fix bad printk usages (diff)
downloadlinux-dev-49a42c080fbba9e99b4339763dd7771569ee38c3.tar.xz
linux-dev-49a42c080fbba9e99b4339763dd7771569ee38c3.zip
au1000-eth: fix asm -> linux headers inclusion
Replace asm/io.h and asm/cpu.h wih linux/io.h and linux/cpu.h Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/au1000_eth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index f758b60eea22..4bbc537a7870 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -58,11 +58,11 @@
#include <linux/crc32.h>
#include <linux/phy.h>
#include <linux/platform_device.h>
+#include <linux/cpu.h>
+#include <linux/io.h>
-#include <asm/cpu.h>
#include <asm/mipsregs.h>
#include <asm/irq.h>
-#include <asm/io.h>
#include <asm/processor.h>
#include <au1000.h>