summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonghwan Choi <jhbird.choi@samsung.com>2012-10-23 14:54:42 +0800
committerZhang Rui <rui.zhang@intel.com>2012-11-03 09:52:55 +0800
commit3ae53b1e13e1ca7928a3dd2d51ea5417b618560c (patch)
tree758b166104ea8f7657fd3087135e16374fcfb7c8
parentfba4e087361605d1eed63343bb08811f097c83ee (diff)
downloadlinux-3.10-3ae53b1e13e1ca7928a3dd2d51ea5417b618560c.tar.gz
linux-3.10-3ae53b1e13e1ca7928a3dd2d51ea5417b618560c.tar.bz2
linux-3.10-3ae53b1e13e1ca7928a3dd2d51ea5417b618560c.zip
exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com> Reviewed-by: Amit Daniel Kachhap <amit.kachhap@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
-rw-r--r--drivers/thermal/exynos_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c
index fd03e8581af..6dd29e4ce36 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)