]> git.baikalelectronics.ru Git - kernel.git/commit
iio: hid-sensor-rotation: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:53:37 +0000 (00:53 +0900)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 May 2015 19:31:47 +0000 (20:31 +0100)
commitcf6d997d560f6fef3bc1a5f2c65b678b8f7362b9
tree3c618e81934a47531e2dc40d79b0a46161d7d76e
parent998f69977790bfabc9ea0eecde410a49db14e565
iio: hid-sensor-rotation: 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/orientation/hid-sensor-rotation.c