gpio: omap: constify register tables
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 10 Jun 2019 17:11:00 +0000 (20:11 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Jun 2019 09:14:54 +0000 (11:14 +0200)
commit18bd49c4c7c22a59634c8142d8618f5da8d29250
tree779aaab20031b5dd22d268e0e5ada14c75c9a39d
parent9c7f798d170a848cdcfbb81763c05635900146aa
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>
drivers/gpio/gpio-omap.c
include/linux/platform_data/gpio-omap.h