mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
thermal: exynos: Clean-up code to use oneline entry for exynos compatible table
This patch cleanup the code to use oneline for entry of exynos compatible table. Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
This commit is contained in:
parent
ac71c7025e
commit
b71d399c7f
@ -918,34 +918,16 @@ static irqreturn_t exynos_tmu_irq(int irq, void *id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id exynos_tmu_match[] = {
|
static const struct of_device_id exynos_tmu_match[] = {
|
||||||
{
|
{ .compatible = "samsung,exynos3250-tmu", },
|
||||||
.compatible = "samsung,exynos3250-tmu",
|
{ .compatible = "samsung,exynos4210-tmu", },
|
||||||
},
|
{ .compatible = "samsung,exynos4412-tmu", },
|
||||||
{
|
{ .compatible = "samsung,exynos5250-tmu", },
|
||||||
.compatible = "samsung,exynos4210-tmu",
|
{ .compatible = "samsung,exynos5260-tmu", },
|
||||||
},
|
{ .compatible = "samsung,exynos5420-tmu", },
|
||||||
{
|
{ .compatible = "samsung,exynos5420-tmu-ext-triminfo", },
|
||||||
.compatible = "samsung,exynos4412-tmu",
|
{ .compatible = "samsung,exynos5440-tmu", },
|
||||||
},
|
{ .compatible = "samsung,exynos7-tmu", },
|
||||||
{
|
{ /* sentinel */ },
|
||||||
.compatible = "samsung,exynos5250-tmu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.compatible = "samsung,exynos5260-tmu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.compatible = "samsung,exynos5420-tmu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.compatible = "samsung,exynos5420-tmu-ext-triminfo",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.compatible = "samsung,exynos5440-tmu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.compatible = "samsung,exynos7-tmu",
|
|
||||||
},
|
|
||||||
{},
|
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, exynos_tmu_match);
|
MODULE_DEVICE_TABLE(of, exynos_tmu_match);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user