projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba4e08
)
exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
author
Jonghwan Choi
<jhbird.choi@samsung.com>
Tue, 23 Oct 2012 06:54:42 +0000
(14:54 +0800)
committer
Zhang Rui
<rui.zhang@intel.com>
Sat, 3 Nov 2012 01:52:55 +0000
(09:52 +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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/exynos_thermal.c
b/drivers/thermal/exynos_thermal.c
index fd03e8581afc2a8e86ed354c03c06e84a1b604cc..6dd29e4ce36b1cd4841b94b6f1c1bd6251040972 100644
(file)
--- 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, exynos
4
_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)