]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (sht15) Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:56:23 +0000 (00:56 +0900)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 1 Jun 2015 05:58:36 +0000 (22:58 -0700)
commit9c40723e72ff3c009d2d487b2e8945e4dfe74e62
treece90f82f6c4952e43f5fe57e87648ad88069e944
parent9c2cbcec859dcf86dd02662aa12bcd4d6e14c5f4
hwmon: (sht15) 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: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sht15.c