mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
bcm53xx: fix typo in bcm47xx sprom driver
Fix thinko' in the bcm47xx sprom driver. Signed-off-by: Ian Kent <raven@themaw.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44679 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user