From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:09:17 +0000 (+0100) Subject: watchdog: imx2: Constify struct regmap_config and watchdog_ops X-Git-Tag: fixes-v4.0-rc1~65^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd8ce33c0046e81dfc2b4d5886b6b253741261c;p=pandora-kernel.git 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 Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed