| Submitter | Florian Fainelli |
|---|---|
| Date | Sept. 8, 2010, 9:11 p.m. |
| Message ID | <201009082311.49582.florian@openwrt.org> |
| Download | mbox | patch |
| Permalink | /patch/64221/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Florian Fainelli <florian@openwrt.org> Date: Wed, 8 Sep 2010 23:11:49 +0200 > > Replace asm/io.h and asm/cpu.h wih linux/io.h and linux/cpu.h > > Signed-off-by: Florian Fainelli <florian@openwrt.org> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index f758b60..4bbc537 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>
Replace asm/io.h and asm/cpu.h wih linux/io.h and linux/cpu.h Signed-off-by: Florian Fainelli <florian@openwrt.org> --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html