Home
last modified time | relevance | path

Searched hist:"23259 f19d0113fd8b7767f6c9f6296dc66bb69e5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.cdiff 23259f19d0113fd8b7767f6c9f6296dc66bb69e5 Mon Jan 05 10:03:09 CET 2015 Krzysztof Kozlowski <k.kozlowski@samsung.com> pinctrl: dove: Constify struct regmap_config and of_device_id

The regmap_config struct may be const because it is not modified by the
driver and regmap_init() accepts pointer to const. Make also
of_device_id array const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>