projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8ea2c
)
fec: use linux/*.h instead of asm/*.h
author
Sascha Hauer
<
[email protected]
>
Wed, 28 Jan 2009 23:03:05 +0000
(23:03 +0000)
committer
David S. Miller
<
[email protected]
>
Sun, 1 Feb 2009 08:58:22 +0000
(
00:58
-0800)
Signed-off-by: Sascha Hauer <
[email protected]
>
Acked-by: Greg Ungerer <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/fec.c
patch
|
blob
|
history
diff --git
a/drivers/net/fec.c
b/drivers/net/fec.c
index f913c97bb8161d3ea85508eecc9d09e62745ca76..a44b4eef180895262ae1a50d8f625557b82f8d3e 100644
(file)
--- a/
drivers/net/fec.c
+++ b/
drivers/net/fec.c
@@
-36,15
+36,13
@@
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
+#include <linux/io.h>
+#include <linux/irq.h>
-#include <asm/irq.h>
-#include <asm/uaccess.h>
-#include <asm/io.h>
-#include <asm/pgtable.h>
#include <asm/cacheflush.h>
-
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
+
#include "fec.h"
#if defined(CONFIG_FEC2)