summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2009-10-08 22:24:49 +0000
committerJohn Crispin <john@openwrt.org>2009-10-08 22:24:49 +0000
commitaaf52c0c7d2db474a009706cdabc48f6ca90a0aa (patch)
treedeed8a92365d669ba9a070fd5b8afad5e0a6eaa3 /target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c
parent76ff676a1e403fdb7a14dc199db07b052d9da9b3 (diff)
downloadmaster-31e0f0ae-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.tar.gz
master-31e0f0ae-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.tar.bz2
master-31e0f0ae-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.zip
ifxmips: move header files, split up patches, rename some files
SVN-Revision: 18010
Diffstat (limited to 'target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c')
-rw-r--r--target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c b/target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c
index 43fe73551b..9af0e385ad 100644
--- a/target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c
+++ b/target/linux/ifxmips/files/drivers/net/ifxmips_mii0.c
@@ -34,10 +34,12 @@
#include <linux/ethtool.h>
#include <linux/init.h>
#include <linux/delay.h>
+
#include <asm/checksum.h>
-#include <asm/ifxmips/ifxmips.h>
-#include <asm/ifxmips/ifxmips_dma.h>
-#include <asm/ifxmips/ifxmips_pmu.h>
+
+#include <ifxmips.h>
+#include <ifxmips_dma.h>
+#include <ifxmips_pmu.h>
struct ifxmips_mii_priv {
struct net_device_stats stats;