From: Emil Goode Date: Tue, 7 Jan 2014 16:24:55 +0000 (+0100) Subject: ACPI / thermal: remove const from thermal_zone_device_ops declaration X-Git-Tag: v3.14-rc1~107^2~8^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9c9c2ec1d164f3c5f3c9ac41f43de40040e43c;p=pandora-kernel.git ACPI / thermal: remove const from thermal_zone_device_ops declaration The following commit introduced the requirement to not declare thermal_zone_device_ops structs as const in order to allow changing the .get_temp callback. commit 4e5e4705bf69ea450f58fc709ac5888f321a9299 Author: Eduardo Valentin Date: Wed Jul 3 15:35:39 2013 -0400 thermal: introduce device tree parser Modify acpi_thermal_zone_ops to follow the new requirement. Signed-off-by: Emil Goode Acked-by: Eduardo Valentin [rjw: Changelog] Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed