Hi all, After merging the arm-soc tree, today's linux-next build (arm multi_v7_defconfig) failed like this: arch/arm/Kconfig:720: syntax error arch/arm/Kconfig:719: invalid statement arch/arm/Kconfig:720: can't open file "arch/arm/mach-ks8695/Kconfig" Caused by commit eb4f78f8b8cb ("ARM: remove ks8695 platform") I applied the following patch for today From: Stephen Rothwell Date: Wed, 14 Aug 2019 08:46:39 +1000 Subject: [PATCH] arm-soc: fix up bad rebase? Signed-off-by: Stephen Rothwell --- arch/arm/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1597c542dc4f..769a853c8c6e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -716,12 +716,6 @@ source "arch/arm/mach-ixp4xx/Kconfig" source "arch/arm/mach-keystone/Kconfig" -<<<<<<< HEAD -source "arch/arm/mach-ks8695/Kconfig" -======= -source "arch/arm/mach-lpc32xx/Kconfig" ->>>>>>> ARM: remove ks8695 platform - source "arch/arm/mach-mediatek/Kconfig" source "arch/arm/mach-meson/Kconfig" -- 2.20.1 -- Cheers, Stephen Rothwell