X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Facpi%2Fprocessor_thermal.c;h=870550d6a4bf30a04208a4439533e85cf9ca7281;hb=b33c25d6a62ac253caabda2b5f43258abff451c0;hp=79cb6533289456c4f43b92dda5d7059a27345afa;hpb=842a2097007b8a01a71a701300e970502a54bbb2;p=~andy%2Flinux diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index 79cb6533289..870550d6a4b 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c @@ -244,7 +244,7 @@ processor_set_cur_state(struct thermal_cooling_device *cdev, return result; } -struct thermal_cooling_device_ops processor_cooling_ops = { +const struct thermal_cooling_device_ops processor_cooling_ops = { .get_max_state = processor_get_max_state, .get_cur_state = processor_get_cur_state, .set_cur_state = processor_set_cur_state,