1
0
Fork 0

thermal: rcar: remove __devinitconst

commit 76cc18874 "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>
hifive-unleashed-5.1
Arnd Bergmann 2013-02-14 23:26:58 +01:00 committed by Zhang Rui
parent da28d966f6
commit f5b6d45f8c
1 changed files with 1 additions and 1 deletions

View File

@ -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", },
{},
};