ar8216: prefix mii_xxx functions to avoid kernel namespace pollution
[librecmc/librecmc.git] / target / linux / mcs814x / files-3.3 / arch / arm / mach-mcs814x / board-mcs8140-dt.c
index f197fab9e7cd1bc6a84247f1e365f37428d49f61..9f6625cdc72bc0e9f8306b4e1906b56e0b842cb2 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/irqdomain.h>
 #include <linux/of_platform.h>
 
-#include <mach/hardware.h>
 #include "common.h"
 
 #include <asm/setup.h>
@@ -28,8 +27,6 @@ static void __init mcs814x_dt_device_init(void)
 }
 
 static const char *mcs8140_dt_board_compat[] __initdata = {
-       "devolo,dlan-usb-extender",
-       "tigal,rbt-832",
        "moschip,mcs8140",
        NULL,   /* sentinel */
 };
@@ -43,5 +40,6 @@ DT_MACHINE_START(mcs8140_dt, "Moschip MCS8140 board")
        .init_machine   = mcs814x_dt_device_init,
        .restart        = mcs814x_restart,
        .dt_compat      = mcs8140_dt_board_compat,
+       .handle_irq     = mcs814x_handle_irq,
 MACHINE_END