diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-11 17:10:19 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-11 17:10:19 +0000 |
commit | 3ce21086f27808055d446d86996183913529f87e (patch) | |
tree | d062d85fe2131d16dae06c64b3ea381e7ba967f3 | |
parent | 41afbc70a7d406a115a2e65e11432513ceefed5c (diff) | |
download | upstream-3ce21086f27808055d446d86996183913529f87e.tar.gz upstream-3ce21086f27808055d446d86996183913529f87e.tar.bz2 upstream-3ce21086f27808055d446d86996183913529f87e.zip |
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
-rw-r--r-- | target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c b/target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c index a82728df91..3c5d58ff38 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 = { |