mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
fba4e08736
commit
3ae53b1e13
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user