diff options
Diffstat (limited to 'drivers/iio/light/hid-sensor-prox.c')
-rw-r--r-- | drivers/iio/light/hid-sensor-prox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/hid-sensor-prox.c b/drivers/iio/light/hid-sensor-prox.c index ef60bae738e3..0d248476f4c9 100644 --- a/drivers/iio/light/hid-sensor-prox.c +++ b/drivers/iio/light/hid-sensor-prox.c | |||
@@ -350,7 +350,7 @@ static int hid_prox_remove(struct platform_device *pdev) | |||
350 | return 0; | 350 | return 0; |
351 | } | 351 | } |
352 | 352 | ||
353 | static struct platform_device_id hid_prox_ids[] = { | 353 | static const struct platform_device_id hid_prox_ids[] = { |
354 | { | 354 | { |
355 | /* Format: HID-SENSOR-usage_id_in_hex_lowercase */ | 355 | /* Format: HID-SENSOR-usage_id_in_hex_lowercase */ |
356 | .name = "HID-SENSOR-200011", | 356 | .name = "HID-SENSOR-200011", |