Re: [PATCH] drm/ssd130x: Only define a SPI device ID table when built as a module

2022-06-01 Thread Javier Martinez Canillas
On 5/31/22 17:10, Nathan Chancellor wrote: > On Mon, May 30, 2022 at 04:02:46PM +0200, Javier Martinez Canillas wrote: >> The kernel test robot reports a compile warning due the ssd130x_spi_table >> variable being defined but not used. This happen when ssd130x-spi driver >> is built-in instead of

Re: [PATCH] drm/ssd130x: Only define a SPI device ID table when built as a module

2022-05-31 Thread Nathan Chancellor
On Mon, May 30, 2022 at 04:02:46PM +0200, Javier Martinez Canillas wrote: > The kernel test robot reports a compile warning due the ssd130x_spi_table > variable being defined but not used. This happen when ssd130x-spi driver > is built-in instead of being built as a module, i.e: > > CC

[PATCH] drm/ssd130x: Only define a SPI device ID table when built as a module

2022-05-30 Thread Javier Martinez Canillas
The kernel test robot reports a compile warning due the ssd130x_spi_table variable being defined but not used. This happen when ssd130x-spi driver is built-in instead of being built as a module, i.e: CC drivers/gpu/drm/solomon/ssd130x-spi.o AR drivers/base/firmware_loader/built-in.a