thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 3 Jan 2015 21:56:56 +0000 (22:56 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 5 Jan 2015 20:03:22 +0000 (16:03 -0400)
commitebc3193ae0df723f4d8abd06890cd77354493c79
treebae03fa779127fdebf83d07bf98da525d6c783e0
parent5e0f872c7d7e371fbdf09e864eddd24bddfda8fe
thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()

With gcc 4.1.2, 4.2, and 4.2.4 (4.4 and later are OK):

drivers/thermal/thermal_core.h:110: warning: type qualifiers ignored on function return type

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: ce8be7785922de0e ("thermal: of: Extend of-thermal to export table of trip points")
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/of-thermal.c
drivers/thermal/thermal_core.h
This page took 0.026417 seconds and 5 git commands to generate.