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)
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>

No differences found