]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
watchdog: max63xx_wdt: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:36:52 +0000 (00:36 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 22 Jun 2015 13:54:22 +0000 (15:54 +0200)
commit8c7c72c9bcd4bc76a2c04d6e1d06340082d399ec
tree87f040d694c3fd94b7987363fff33a7d2eb50e82
parent04658449dc65911b418d1bf032a67c73027cb70f
watchdog: max63xx_wdt: 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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/max63xx_wdt.c