diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 6eaf9146c847..4821735f3e77 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
| @@ -146,7 +146,7 @@ enum { | |||
| 146 | }; | 146 | }; |
| 147 | #define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1) | 147 | #define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1) |
| 148 | 148 | ||
| 149 | struct thermal_zone_device *thermal_zone_device_register(char *, int, int, | 149 | struct thermal_zone_device *thermal_zone_device_register(const char *, int, int, |
| 150 | void *, const struct thermal_zone_device_ops *, int tc1, | 150 | void *, const struct thermal_zone_device_ops *, int tc1, |
| 151 | int tc2, int passive_freq, int polling_freq); | 151 | int tc2, int passive_freq, int polling_freq); |
| 152 | void thermal_zone_device_unregister(struct thermal_zone_device *); | 152 | void thermal_zone_device_unregister(struct thermal_zone_device *); |
