From: Jonghwan Choi Date: Tue, 23 Oct 2012 06:54:42 +0000 (+0800) Subject: exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. X-Git-Tag: v3.12-rc1~2002^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ae53b1e13e1ca7928a3dd2d51ea5417b618560c;p=kernel%2Fkernel-generic.git exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. Signed-off-by: Jonghwan Choi Reviewed-by: Amit Daniel Kachhap Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index fd03e85..6dd29e4 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c @@ -815,7 +815,7 @@ static struct platform_device_id exynos_tmu_driver_ids[] = { }, { }, }; -MODULE_DEVICE_TABLE(platform, exynos4_tmu_driver_ids); +MODULE_DEVICE_TABLE(platform, exynos_tmu_driver_ids); static inline struct exynos_tmu_platform_data *exynos_get_driver_data( struct platform_device *pdev)