Re: [PATCH] ACPI: thermal: remove const from thermal_zone_device_ops declaration

2014-01-08 Thread Rafael J. Wysocki
On Tuesday, January 07, 2014 07:34:03 PM Eduardo Valentin wrote: > > --d38TXoq0sN4NKSKSmrSA0nrfhHhs3Hefk > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > On 07-01-2014 12:24, Emil Goode wrote: > > The following commit introduced the requirement to n

Re: [PATCH] ACPI: thermal: remove const from thermal_zone_device_ops declaration

2014-01-07 Thread Eduardo Valentin
On 07-01-2014 12:24, Emil Goode wrote: > 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

[PATCH] ACPI: thermal: remove const from thermal_zone_device_ops declaration

2014-01-07 Thread Emil Goode
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