thermal: exynos: Remove unused code related to platform_data on probe()
This patch removes the unused code related to struct exynos_tmu_platform_data because exynos_tmu_probe() don't handle the struct exynos_tmu_platform_data *pdata. Test HW: Exynos4412 - Trats2 board Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <edubezval@gmail.com> Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
This commit is contained in:
parent
f87e6bd3f7
commit
3c19d237dd
1 changed files with 0 additions and 3 deletions
|
@ -1296,7 +1296,6 @@ static struct thermal_zone_of_device_ops exynos_sensor_ops = {
|
||||||
|
|
||||||
static int exynos_tmu_probe(struct platform_device *pdev)
|
static int exynos_tmu_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct exynos_tmu_platform_data *pdata;
|
|
||||||
struct exynos_tmu_data *data;
|
struct exynos_tmu_data *data;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
@ -1318,8 +1317,6 @@ static int exynos_tmu_probe(struct platform_device *pdev)
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_sensor;
|
goto err_sensor;
|
||||||
|
|
||||||
pdata = data->pdata;
|
|
||||||
|
|
||||||
INIT_WORK(&data->irq_work, exynos_tmu_work);
|
INIT_WORK(&data->irq_work, exynos_tmu_work);
|
||||||
|
|
||||||
data->clk = devm_clk_get(&pdev->dev, "tmu_apbif");
|
data->clk = devm_clk_get(&pdev->dev, "tmu_apbif");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue