diff options
| -rw-r--r-- | drivers/hid/hid-sensor-custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-sensor-custom.c b/drivers/hid/hid-sensor-custom.c index 3a84aaf1418b..5ad39fd5d879 100644 --- a/drivers/hid/hid-sensor-custom.c +++ b/drivers/hid/hid-sensor-custom.c | |||
| @@ -823,7 +823,7 @@ static int hid_sensor_custom_remove(struct platform_device *pdev) | |||
| 823 | return 0; | 823 | return 0; |
| 824 | } | 824 | } |
| 825 | 825 | ||
| 826 | static struct platform_device_id hid_sensor_custom_ids[] = { | 826 | static const struct platform_device_id hid_sensor_custom_ids[] = { |
| 827 | { | 827 | { |
| 828 | .name = "HID-SENSOR-2000e1", | 828 | .name = "HID-SENSOR-2000e1", |
| 829 | }, | 829 | }, |
