]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 19:05:57 +0000 (15:05 -0400)
committerChris Ball <cjb@laptop.org>
Tue, 23 Apr 2013 19:05:57 +0000 (15:05 -0400)
commite233dad82c0226a2f811bd80b838778f881f0155
tree310aa47c67f238b5f18b1ec7c11f799875f81ca7
parent6136f77015306f36c622c13fe5eb7bc06f271061
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 <arnd@arndb.de>
Cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-tegra.c