Searched hist:ac2a2726661a8f8f74af0d499cb16b3adf90d764 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ab-b5ze-s3.c | diff ac2a2726661a8f8f74af0d499cb16b3adf90d764 Thu Apr 16 14:45:18 CDT 2015 Krzysztof Kozlowski <k.kozlowski@samsung.com> drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|