iio: light: hid-sensor-prox: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:53:34 +0000 (00:53 +0900)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 May 2015 19:31:47 +0000 (20:31 +0100)
commit4205086119a70e9eb57330755b62680802e325b9
treec87bf334d740d3b6ce727f5dd0391390c2728fcd
parent4e617fc1b6ce543e71c9aeb60b81ad55d2fefe91
iio: light: hid-sensor-prox: 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>
drivers/iio/light/hid-sensor-prox.c
This page took 0.033875 seconds and 5 git commands to generate.