]> git.baikalelectronics.ru Git - kernel.git/commit
iio: hid-sensor-gyro-3d: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:53:32 +0000 (00:53 +0900)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 May 2015 19:31:46 +0000 (20:31 +0100)
commit5c3e903d284dd9517bf631a74e08a73e45dffb88
treeabd89bdfe0be92bed372ae9471f2407259834933
parent9be7ab43970e4289b7cda78dcb3fc9b46799b719
iio: hid-sensor-gyro-3d: 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/gyro/hid-sensor-gyro-3d.c