commit | 4bd8ce33c0046e81dfc2b4d5886b6b253741261c | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Mon Jan 05 10:09:17 2015 +0100 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Feb 17 21:31:06 2015 +0100 |
tree | b75e6531115bd2d60ff9a4577616cab1f99bf7fb | |
parent | 1888e7ad568835debfc7f6dc9d722b2efc55c55d [diff] |
watchdog: imx2: Constify struct regmap_config and watchdog_ops The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct watchdog_ops const as well. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>