From 9983efa83b0a98da33807ccf5c047e204fdcac4c Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Wed, 16 Sep 2020 13:02:33 +1000 Subject: powerpc: untangle cputable mce include Having cputable.h include mce.h means it pulls in a bunch of low level headers (e.g., synch.h) which then can't use CPU_FTR_ definitions. Signed-off-by: Nicholas Piggin Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20200916030234.4110379-1-npiggin@gmail.com --- arch/powerpc/include/asm/cputable.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/powerpc/include/asm/cputable.h') diff --git a/arch/powerpc/include/asm/cputable.h b/arch/powerpc/include/asm/cputable.h index 8ca5885bd5b9..a1a300c1a20e 100644 --- a/arch/powerpc/include/asm/cputable.h +++ b/arch/powerpc/include/asm/cputable.h @@ -9,11 +9,6 @@ #ifndef __ASSEMBLY__ -/* - * Added to include __machine_check_early_realmode_* functions - */ -#include - /* This structure can grow, it's real size is used by head.S code * via the mkdefs mechanism. */ -- cgit