From: Arnd Bergmann Date: Tue, 23 Apr 2013 19:05:57 +0000 (-0400) Subject: mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4404fab2e0b70287a471a1e760c9338ce683fde;p=pandora-kernel.git mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE The symbol referenced in MODULE_DEVICE_TABLE must match the actual table, otherwise we get a build error like: sdhci-tegra.c:206:34: error: '__mod_of_device_table' aliased to undefined symbol 'sdhci_dt_ids' Signed-off-by: Arnd Bergmann Cc: Stephen Warren Signed-off-by: Chris Ball --- Reading git-diff-tree failed