From: Arnd Bergmann Date: Tue, 6 Nov 2012 21:55:30 +0000 (+0100) Subject: mmc: dw_mmc: fix modular build for exynos back-end X-Git-Tag: v3.7-rc5~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517cb9f1bb0afd38bebe9b0af1b524b8a65afdb4;p=pandora-kernel.git mmc: dw_mmc: fix modular build for exynos back-end The MODULE_DEVICE_TABLE entry for dw_mci_exynos_match was incorrectly copied from the platform back-end, which causes this error when building the driver as a loadable module: drivers/mmc/host/dw_mmc-exynos.c: At top level: drivers/mmc/host/dw_mmc-exynos.c:226:34: error: '__mod_of_device_table' aliased to undefined symbol 'dw_mci_pltfm_match' This patch fixes the problem by just using the correct string. Signed-off-by: Arnd Bergmann Cc: Thomas Abraham Cc: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed