RE: [PATCH 03/12] mmc: dw_mmc: fix building exynos driver as a module

2012-10-04 Thread Seungwon Jeon
Monday, October 01, 2012, Will Newton will.new...@gmail.com wrote: On Fri, Sep 28, 2012 at 10:36 PM, Arnd Bergmann a...@arndb.de wrote: The MODULE_DEVICE_TABLE() entry in the dw_mmc_exynos driver points to the wrong symbol which results in a link error when building as a loadable module.

[PATCH 03/12] mmc: dw_mmc: fix building exynos driver as a module

2012-09-28 Thread Arnd Bergmann
The MODULE_DEVICE_TABLE() entry in the dw_mmc_exynos driver points to the wrong symbol which results in a link error when building as a loadable module. Further, we get a warning about the driver_data being marked constant, which requires annotating a few pointers as const. Signed-off-by: Arnd