> -----Original Message----- > From: Wei Yongjun <weiyongjun@xxxxxxxxxxxxxxx> > Sent: Wednesday, September 7, 2022 2:05 PM > To: Kumaravel Thiagarajan - I21417 > <Kumaravel.Thiagarajan@xxxxxxxxxxxxx>; Arnd Bergmann > <arnd@xxxxxxxx>; Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Wei Yongjun <weiyongjun1@xxxxxxxxxx>; linux-gpio@xxxxxxxxxxxxxxx; > kernel-janitors@xxxxxxxxxxxxxxx > Subject: [PATCH -next 3/5] misc: microchip: pci1xxxx: Make symbol > 'pci1xxxx_gpio_auxiliary_id_table' static > > > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > The sparse tool complains as follows: > > drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c:409:34: warning: > symbol 'pci1xxxx_gpio_auxiliary_id_table' was not declared. Should it be > static? > > This symbol is not used outside of mchp_pci1xxxx_gpio.c, so marks it static. Yes. This was first reported to me by "kernel test robot <lkp@xxxxxxxxx>". Thanks for your patch. > Add this tag -> Fixes: 7d3e4d807df2 ("misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.")? > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- Thank You. Regards, Kumaravel