mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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 <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34393 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -27,8 +27,6 @@ static void __init mcs814x_dt_device_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *mcs8140_dt_board_compat[] __initdata = {
|
static const char *mcs8140_dt_board_compat[] __initdata = {
|
||||||
"devolo,dlan-usb-extender",
|
|
||||||
"tigal,rbt-832",
|
|
||||||
"moschip,mcs8140",
|
"moschip,mcs8140",
|
||||||
NULL, /* sentinel */
|
NULL, /* sentinel */
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user