forked from Ivasoft/openwrt
swconfig: fix Broadcom b53 support
This commit fixes a bug in the main swconfig patch where a function needed by the b53 driver is not exported. Additionally it adds OF support to the b53_mdio driver for devicetree- based probing Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
This commit is contained in:
committed by
David Bauer
parent
35ba9304c6
commit
8f9cd1af0f
@@ -1256,6 +1256,7 @@ switch_generic_set_link(struct switch_dev *dev, int port,
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(switch_generic_set_link);
|
||||
|
||||
static int __init
|
||||
swconfig_init(void)
|
||||
|
||||
Reference in New Issue
Block a user