diff options
Diffstat (limited to 'target')
-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 = { |