summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2015-05-01 17:53:33 +0200
committerJonathan Cameron2015-05-10 21:31:46 +0200
commit4e617fc1b6ce543e71c9aeb60b81ad55d2fefe91 (patch)
treeb50db7dfedb7b5511f142a083bd22752b221a197
parentiio: hid-sensor-gyro-3d: Constify platform_device_id (diff)
downloadkernel-qcow2-linux-4e617fc1b6ce543e71c9aeb60b81ad55d2fefe91.tar.gz
kernel-qcow2-linux-4e617fc1b6ce543e71c9aeb60b81ad55d2fefe91.tar.xz
kernel-qcow2-linux-4e617fc1b6ce543e71c9aeb60b81ad55d2fefe91.zip
iio: light: hid-sensor-als: 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: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--drivers/iio/light/hid-sensor-als.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/hid-sensor-als.c b/drivers/iio/light/hid-sensor-als.c
index 1609ecdd01b0..cf13a18bafd0 100644
--- a/drivers/iio/light/hid-sensor-als.c
+++ b/drivers/iio/light/hid-sensor-als.c
@@ -361,7 +361,7 @@ static int hid_als_remove(struct platform_device *pdev)
return 0;
}
-static struct platform_device_id hid_als_ids[] = {
+static const struct platform_device_id hid_als_ids[] = {
{
/* Format: HID-SENSOR-usage_id_in_hex_lowercase */
.name = "HID-SENSOR-200041",