[OpenWrt-Devel] [PATCH 2/6] bcm53xx - fix typo in bcm47xx sprom driver

Ian Kent raven at themaw.net
Mon Mar 9 05:08:56 EDT 2015


Fix thinko' in the bcm47xx sprom driver.

Signed-off-by: Ian Kent <raven at themaw.net>
---
 .../bcm53xx/files/drivers/misc/bcm47xx-sprom.c     |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c b/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c
index a82728d..3c5d58f 100644
--- a/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c
+++ b/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c
@@ -734,7 +734,7 @@ static const struct of_device_id bcm47xx_sprom_of_match_table[] = {
 	{ .compatible = "brcm,bcm47xx-sprom", },
 	{},
 };
-MODULE_DEVICE_TABLE(of, mvebu_pcie_of_match_table);
+MODULE_DEVICE_TABLE(of, bcm47xx_sprom_of_match_table);
 
 static struct platform_driver bcm47xx_sprom_driver = {
 	.driver = {
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list