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:
Rafał Miłecki 2015-03-11 17:10:19 +00:00
parent da3fd5dbf9
commit 4c67f1d464

View file

@ -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 = {