Hi all, After merging the gpio tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpio/gpio-xilinx.c: In function 'xgpio_remove': drivers/gpio/gpio-xilinx.c:275:2: error: implicit declaration of function 'pm_runtime_disable' [-Werror=implicit-function-declaration] 275 | pm_runtime_disable(&pdev->dev); | ^~~~~~~~~~~~~~~~~~ Caused by commit fbbeb6c0a1d0 ("gpio: gpio-xilinx: Add remove function") I have used the gpio tree from next-20201117 for today. -- Cheers, Stephen Rothwell