It uses __init/__cpuinit, which are not defined otherwise. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> --- arch/x86/include/asm/numa_64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/numa_64.h b/arch/x86/include/asm/numa_64.h --- a/arch/x86/include/asm/numa_64.h +++ b/arch/x86/include/asm/numa_64.h @@ -1,6 +1,7 @@ #ifndef _ASM_X86_NUMA_64_H #define _ASM_X86_NUMA_64_H +#include <linux/init.h> #include <linux/nodemask.h> #include <asm/apicdef.h> --
