On Wed, Jun 12, 2024 at 08:48:21PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > The gpio_suffixes array is defined in the gpiolib.h header. This means > the array is stored in .rodata of every compilation unit that includes > it. Put the definition for the array in gpiolib.c and export just the > symbol in the header. We need the size of the array so expose it too. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>