Skip to content

Commit

Permalink
exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonghwan Choi <[email protected]>
Reviewed-by: Amit Daniel Kachhap <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
  • Loading branch information
Jonghwan Choi authored and zhang-rui committed Nov 3, 2012
1 parent fba4e08 commit 3ae53b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/exynos_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ae53b1

Please sign in to comment.