commit | 18bd49c4c7c22a59634c8142d8618f5da8d29250 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jun 10 20:11:00 2019 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jun 12 11:14:54 2019 +0200 |
tree | 779aaab20031b5dd22d268e0e5ada14c75c9a39d | |
parent | 9c7f798d170a848cdcfbb81763c05635900146aa [diff] |
gpio: omap: constify register tables We must never alter the register tables; these are read-only as far as the driver is concerned. Constify these tables. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>