On Sat, 11 Oct 2025 09:43:54 +0800 kernel test robot wrote: > Hi Vaibhav, > > kernel test robot noticed the following build errors: > drivers/gpio/gpio-bt8xx.c: In function 'bt8xxgpio_suspend': > >> drivers/gpio/gpio-bt8xx.c:233:19: error: 'struct bt8xxgpio' has no member named 'saved_outen' > 233 | bg->saved_outen = bgread(BT848_GPIO_OUT_EN); > | ^~ It looks like the #ifdef CONFIG_PM must be removed from struct bt8xxgpio definition. -- Michael Büsch https://bues.ch/