aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/files
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-03-11 17:10:19 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-03-11 17:10:19 +0000
commit4c67f1d46475aa773135f0c31d737f6a5719e09b (patch)
tree295880f71371d87c37e758f86da26faba3ce1547 /target/linux/bcm53xx/files
parentda3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7 (diff)
downloadupstream-4c67f1d46475aa773135f0c31d737f6a5719e09b.tar.gz
upstream-4c67f1d46475aa773135f0c31d737f6a5719e09b.tar.bz2
upstream-4c67f1d46475aa773135f0c31d737f6a5719e09b.zip
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
Diffstat (limited to 'target/linux/bcm53xx/files')
-rw-r--r--target/linux/bcm53xx/files/drivers/misc/bcm47xx-sprom.c2
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 = {