]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
power: at91-reset: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:46:44 +0000 (00:46 +0900)
committerSebastian Reichel <sre@kernel.org>
Sat, 23 May 2015 17:44:23 +0000 (19:44 +0200)
commit323667209223368b50e16994e0fa8cf833940ce6
treef5d0f6f459c18946ed6493ce33c9bb1e634241fe
parentf1f27a4acf7c5be41dccf3ce2e509e2e9fcc6e6f
power: at91-reset: 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>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/at91-reset.c