summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-4.14
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2018-02-22 10:21:40 +0000
committerMathias Kresin <dev@kresin.me>2018-04-04 08:29:16 +0200
commitdcbf6284e58e76111e8fa1c93ffd93c378e3482d (patch)
tree09949f6980d3577ffbf76145499b08cbff6dd650 /target/linux/ramips/patches-4.14
parent7d44b36c9878329b70bfdda732fa5fb6c82f2cc8 (diff)
downloadmtk-20170518-dcbf6284e58e76111e8fa1c93ffd93c378e3482d.zip
mtk-20170518-dcbf6284e58e76111e8fa1c93ffd93c378e3482d.tar.gz
mtk-20170518-dcbf6284e58e76111e8fa1c93ffd93c378e3482d.tar.bz2
ramips: mt7620: eMMC: fix MODULE_DEVICE_TABLE
This was referencing an undefined symbol, probably due to copy/paste error. Signed-off-by: André Draszik <git@andred.net>
Diffstat (limited to 'target/linux/ramips/patches-4.14')
-rw-r--r--target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch b/target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
index 8ae3391..aad6d59 100644
--- a/target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
+++ b/target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
@@ -4748,7 +4748,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ { .compatible = "ralink,mt7620-sdhci" },
+ {},
+};
-+MODULE_DEVICE_TABLE(of, rt288x_wdt_match);
++MODULE_DEVICE_TABLE(of, mt7620_sdhci_match);
+
+static struct platform_driver mt_msdc_driver = {
+ .probe = msdc_drv_probe,