Hi all, After merging the pm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/pnp/isapnp/core.c:752:29: warning: 'isapnp_checksum' defined but not used [-Wunused-function] 752 | static unsigned char __init isapnp_checksum(unsigned char *data) | ^~~~~~~~~~~~~~~ Introduced by commit 04c589f35bc5 ("PNP: isapnp: remove set but not used variable 'checksum'") -- Cheers, Stephen Rothwell