From: Krzysztof Kozlowski Date: Fri, 1 May 2015 15:44:36 +0000 (+0900) Subject: rtc: hid-sensor-time: Constify platform_device_id X-Git-Tag: v4.2-rc1~103^2~45 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=19fd685fcb13fa3c0b1539c2f31e1add8ab63edf;p=cascardo%2Flinux.git rtc: hid-sensor-time: Constify platform_device_id The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Alexandre Belloni --- 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) return 0; } -static struct platform_device_id hid_time_ids[] = { +static const struct platform_device_id hid_time_ids[] = { { /* Format: HID-SENSOR-usage_id_in_hex_lowercase */ .name = "HID-SENSOR-2000a0",