diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-01-28 18:03:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-01 03:58:22 -0500 |
commit | 6f501b173f2d69973497599f5358fb4c30922d67 (patch) | |
tree | 32bb151ad9526fd15c464c2872fc7f4294e4be5b /drivers/net/fec.c | |
parent | 6a8ea2c6f5521096b9972c75f7ad7b5303bce29c (diff) |
fec: use linux/*.h instead of asm/*.h
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fec.c')
-rw-r--r-- | drivers/net/fec.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/fec.c b/drivers/net/fec.c index f913c97bb816..a44b4eef1808 100644 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c | |||
@@ -36,15 +36,13 @@ | |||
36 | #include <linux/spinlock.h> | 36 | #include <linux/spinlock.h> |
37 | #include <linux/workqueue.h> | 37 | #include <linux/workqueue.h> |
38 | #include <linux/bitops.h> | 38 | #include <linux/bitops.h> |
39 | #include <linux/io.h> | ||
40 | #include <linux/irq.h> | ||
39 | 41 | ||
40 | #include <asm/irq.h> | ||
41 | #include <asm/uaccess.h> | ||
42 | #include <asm/io.h> | ||
43 | #include <asm/pgtable.h> | ||
44 | #include <asm/cacheflush.h> | 42 | #include <asm/cacheflush.h> |
45 | |||
46 | #include <asm/coldfire.h> | 43 | #include <asm/coldfire.h> |
47 | #include <asm/mcfsim.h> | 44 | #include <asm/mcfsim.h> |
45 | |||
48 | #include "fec.h" | 46 | #include "fec.h" |
49 | 47 | ||
50 | #if defined(CONFIG_FEC2) | 48 | #if defined(CONFIG_FEC2) |