diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-08 07:11:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-10 00:36:38 -0400 |
commit | 49a42c080fbba9e99b4339763dd7771569ee38c3 (patch) | |
tree | c8c482cdf3cb8cbb2cdf9a7e10f0c398feae1128 /drivers/net/au1000_eth.c | |
parent | 215e17be9f390e787cf9b9e5c9020d298b41d513 (diff) |
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>
Diffstat (limited to 'drivers/net/au1000_eth.c')
-rw-r--r-- | drivers/net/au1000_eth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index f758b60eea2..4bbc537a787 100644 --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c | |||
@@ -58,11 +58,11 @@ | |||
58 | #include <linux/crc32.h> | 58 | #include <linux/crc32.h> |
59 | #include <linux/phy.h> | 59 | #include <linux/phy.h> |
60 | #include <linux/platform_device.h> | 60 | #include <linux/platform_device.h> |
61 | #include <linux/cpu.h> | ||
62 | #include <linux/io.h> | ||
61 | 63 | ||
62 | #include <asm/cpu.h> | ||
63 | #include <asm/mipsregs.h> | 64 | #include <asm/mipsregs.h> |
64 | #include <asm/irq.h> | 65 | #include <asm/irq.h> |
65 | #include <asm/io.h> | ||
66 | #include <asm/processor.h> | 66 | #include <asm/processor.h> |
67 | 67 | ||
68 | #include <au1000.h> | 68 | #include <au1000.h> |