]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
authorJonghwan Choi <jhbird.choi@samsung.com>
Tue, 23 Oct 2012 06:54:42 +0000 (14:54 +0800)
committerZhang Rui <rui.zhang@intel.com>
Tue, 23 Oct 2012 06:54:42 +0000 (14:54 +0800)
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>
drivers/thermal/exynos_thermal.c

index 4997a3a7936f7a27c39e54f9012a46c86f660950..7772d160376930ef417da581fc92482d93c01aec 100644 (file)
@@ -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)