diff options
Diffstat (limited to 'drivers/rtc/rtc-hid-sensor-time.c')
-rw-r--r-- | drivers/rtc/rtc-hid-sensor-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-hid-sensor-time.c b/drivers/rtc/rtc-hid-sensor-time.c index af4f85a66b39..c398f74234c6 100644 --- a/drivers/rtc/rtc-hid-sensor-time.c +++ b/drivers/rtc/rtc-hid-sensor-time.c | |||
@@ -318,7 +318,7 @@ static int hid_time_remove(struct platform_device *pdev) | |||
318 | return 0; | 318 | return 0; |
319 | } | 319 | } |
320 | 320 | ||
321 | static struct platform_device_id hid_time_ids[] = { | 321 | static const struct platform_device_id hid_time_ids[] = { |
322 | { | 322 | { |
323 | /* Format: HID-SENSOR-usage_id_in_hex_lowercase */ | 323 | /* Format: HID-SENSOR-usage_id_in_hex_lowercase */ |
324 | .name = "HID-SENSOR-2000a0", | 324 | .name = "HID-SENSOR-2000a0", |