ifxmips: move header files, split up patches, rename some files
[openwrt.git] / target / linux / ifxmips / files / drivers / net / ifxmips_mii0.c
index 43fe735..9af0e38 100644 (file)
 #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;