X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Facpi%2Ffan.c;h=0f0356ca1a9e99c24bd17f63e910538e63fc7a79;hb=6af8bef14d6fc9e4e52c83fd646412e9dedadd26;hp=467479f07c1fd35932390cba80ffe90add0dba65;hpb=b87a2d3e3147bd140da2eae584772c353d11421b;p=~andy%2Flinux diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c index 467479f07c1..0f0356ca1a9 100644 --- a/drivers/acpi/fan.c +++ b/drivers/acpi/fan.c @@ -110,7 +110,7 @@ fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) return result; } -static struct thermal_cooling_device_ops fan_cooling_ops = { +static const struct thermal_cooling_device_ops fan_cooling_ops = { .get_max_state = fan_get_max_state, .get_cur_state = fan_get_cur_state, .set_cur_state = fan_set_cur_state,