diff options
author | Jonghwan Choi <jhbird.choi@samsung.com> | 2012-10-23 14:54:42 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2012-11-03 09:52:55 +0800 |
commit | 3ae53b1e13e1ca7928a3dd2d51ea5417b618560c (patch) | |
tree | 758b166104ea8f7657fd3087135e16374fcfb7c8 | |
parent | fba4e087361605d1eed63343bb08811f097c83ee (diff) | |
download | op-kernel-dev-3ae53b1e13e1ca7928a3dd2d51ea5417b618560c.zip op-kernel-dev-3ae53b1e13e1ca7928a3dd2d51ea5417b618560c.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |