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: next-20121024~58^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=67dee739ee21df502d485b32be6b922fb85be348;p=karo-tx-linux.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 4997a3a7936f..7772d1603769 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)