Skip to content

Commit

Permalink
thermal: rcar: remove __devinitconst
Browse files Browse the repository at this point in the history
commit 76cc188 "thermal: rcar: add Device Tree support"
added device tree support for this driver, but also added
an instance of __devinitconst, which is no longer defined

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Zhang Rui <rui.zhang@intel.com>
  • Loading branch information
Arnd Bergmann authored and Zhang Rui committed Feb 22, 2013
1 parent da28d96 commit f5b6d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/rcar_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static int rcar_thermal_remove(struct platform_device *pdev)
return 0;
}

static const struct of_device_id rcar_thermal_dt_ids[] __devinitconst = {
static const struct of_device_id rcar_thermal_dt_ids[] = {
{ .compatible = "renesas,rcar-thermal", },
{},
};
Expand Down

0 comments on commit f5b6d45

Please sign in to comment.