summaryrefslogtreecommitdiffstats
path: root/arm-tegra-sdhci-module-fix.patch
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2012-05-23 07:07:40 -0500
committerDennis Gilmore <dennis@ausil.us>2012-05-23 07:07:40 -0500
commit50c065d6a1c342bbbe1f6a658c14503f1cc2698a (patch)
treee35e843cab36b60105f27a47198dc3bd154cc585 /arm-tegra-sdhci-module-fix.patch
parent08132645ed4b18472c3e80a7e7a81411180bbff0 (diff)
downloadkernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.tar.gz
kernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.tar.xz
kernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.zip
add patch to fix ftbfs on tegra due to sdhci MODULE_DEVICE_TABLE mismatch
dont make a arm config file we do not use it anywhere
Diffstat (limited to 'arm-tegra-sdhci-module-fix.patch')
-rw-r--r--arm-tegra-sdhci-module-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm-tegra-sdhci-module-fix.patch b/arm-tegra-sdhci-module-fix.patch
new file mode 100644
index 000000000..24ba278ed
--- /dev/null
+++ b/arm-tegra-sdhci-module-fix.patch
@@ -0,0 +1,11 @@
+--- linux-3.5.0-0.rc0.git3.1.fc18.armv7hl/drivers/mmc/host/sdhci-tegra.c.orig 2012-05-23 06:59:19.797302757 -0500
++++ linux-3.5.0-0.rc0.git3.1.fc18.armv7hl/drivers/mmc/host/sdhci-tegra.c 2012-05-22 15:26:07.154823359 -0500
+@@ -190,7 +190,7 @@
+ #endif
+ {}
+ };
+-MODULE_DEVICE_TABLE(of, sdhci_dt_ids);
++MODULE_DEVICE_TABLE(of, sdhci_tegra_dt_match);
+
+ static struct tegra_sdhci_platform_data * __devinit sdhci_tegra_dt_parse_pdata(
+ struct platform_device *pdev)