summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-hid-sensor-time.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2015-05-01 17:44:36 +0200
committerAlexandre Belloni2015-06-19 20:03:20 +0200
commit19fd685fcb13fa3c0b1539c2f31e1add8ab63edf (patch)
tree428527dfc5dc7d3460a86297fc5a51ed2ce6b1d0 /drivers/rtc/rtc-hid-sensor-time.c
parentrtc: ab8500: Constify platform_device_id (diff)
downloadkernel-qcow2-linux-19fd685fcb13fa3c0b1539c2f31e1add8ab63edf.tar.gz
kernel-qcow2-linux-19fd685fcb13fa3c0b1539c2f31e1add8ab63edf.tar.xz
kernel-qcow2-linux-19fd685fcb13fa3c0b1539c2f31e1add8ab63edf.zip
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 <k.kozlowski.k@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-hid-sensor-time.c')
-rw-r--r--drivers/rtc/rtc-hid-sensor-time.c2
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)
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",