From: Florian Fainelli <florian@openwrt•org>
To: netdev@vger•kernel.org, David Miller <davem@davemloft•net>
Subject: [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion
Date: Wed, 8 Sep 2010 23:11:49 +0200 [thread overview]
Message-ID: <201009082311.49582.florian@openwrt.org> (raw)
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>
next reply other threads:[~2010-09-08 21:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-08 21:11 Florian Fainelli [this message]
2010-09-10 4:37 ` [PATCH 5/7 v3] au1000-eth: fix asm -> linux headers inclusion David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201009082311.49582.florian@openwrt.org \
--to=florian@openwrt$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox