From e91eb83f16a26b4a1d8fd3dde107abb1e2d502fb Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 27 Nov 2012 18:42:32 +0000 Subject: [mcs814x] do not list specific board compatible strings The general practice is to use the general SoC compatible string in both the DTS and the board specific .c file. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34393 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c index 766166b05..5d13283e9 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c @@ -27,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 */ }; -- cgit v1.2.3