Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/power/smb347-charger.c: In function 'smb347_probe': drivers/power/smb347-charger.c:1039:2: error: implicit declaration of function 'IS_ERR' [-Werror=implicit-function-declaration] drivers/power/smb347-charger.c:1040:3: error: implicit declaration of function 'PTR_ERR' [-Werror=implicit-function-declaration] Caused by commit 34298d40e585 ("smb347-charger: Convert to regmap API"). I have reverted that commit for today (and commit fcc015cda7df "smb347-charger: Clean up battery attributes" that conflicted with the revert). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au