All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion
@ 2010-09-08 21:11 Florian Fainelli
  2010-09-10  4:37 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2010-09-08 21:11 UTC (permalink / raw)
  To: netdev, David Miller


Replace asm/io.h and asm/cpu.h wih linux/io.h and linux/cpu.h

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
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>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion
  2010-09-08 21:11 [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion Florian Fainelli
@ 2010-09-10  4:37 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-09-10  4:37 UTC (permalink / raw)
  To: florian; +Cc: netdev

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-10  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 21:11 [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion Florian Fainelli
2010-09-10  4:37 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.