bcm53xx: fix typo in bcm47xx sprom driver
Fix thinko' in the bcm47xx sprom driver. Signed-off-by: Ian Kent <raven@themaw.net> SVN-Revision: 44679
This commit is contained in:
parent
da3fd5dbf9
commit
4c67f1d464
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue