X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=drivers%2Fthermal%2Fbroadcom%2Fbrcmstb_thermal.c;h=65704bdd18e4afa4aa29f1ce3f9b39243247a761;hp=956eef8717bb9138d0609c324fdfe6c7d4185c58;hb=c280230254635da33703dd8f4a10cad23f640fb0;hpb=9d216211fded20fff301d0317af3238d8383634c diff --git a/drivers/thermal/broadcom/brcmstb_thermal.c b/drivers/thermal/broadcom/brcmstb_thermal.c index 956eef8717bb..65704bdd18e4 100644 --- a/drivers/thermal/broadcom/brcmstb_thermal.c +++ b/drivers/thermal/broadcom/brcmstb_thermal.c @@ -299,7 +299,7 @@ static int brcmstb_set_trips(void *data, int low, int high) return 0; } -static struct thermal_zone_of_device_ops of_ops = { +static const struct thermal_zone_of_device_ops of_ops = { .get_temp = brcmstb_get_temp, .set_trips = brcmstb_set_trips, };