mfd: lpc_ich: Mark *_gpio_offsets data with const
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 24 Oct 2023 16:06:50 +0000 (19:06 +0300)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:18 +0000 (10:02 +0000)
commit2b481822446e30943fb7c02744a7b49ebec0e696
tree4320fdf1990e2a4316c7c36c1b48aa6dfb7d5103
parent272f99edab36974b58347e97ee105885e385fa88
mfd: lpc_ich: Mark *_gpio_offsets data with const

There is no reason why the GPIO resource offsets should not be const.
Mark them accordingly and update a qualifier in struct lpc_ich_gpio_info
definition.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231024160650.3898959-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/lpc_ich.c