On Fri, May 19, 2023, at 04:43, Stephen Rothwell wrote: > Hi all, > > After merging the mm tree, today's linux-next build (sparc64 defconfig) > failed like this: > > arch/sparc/kernel/setup_64.c: In function 'start_early_boot': > arch/sparc/kernel/setup_64.c:382:9: error: implicit declaration of > function 'time_init_early'; did you mean 'inode_init_early'? > [-Werror=implicit-function-declaration] > 382 | time_init_early(); > | ^~~~~~~~~~~~~~~ > | inode_init_early > > Presumably caused by commit > > c16caa9110dd ("init: consolidate prototypes in linux/init.h") > > I applied this partial revert: > > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Fri, 19 May 2023 12:35:26 +1000 > Subject: [PATCH] fix up for "init: consolidate prototypes in linux/init.h" > > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Thanks! It looks like I accidentally dropped this one while looking for stale 'init_time()' declarations. Arnd