From: Kent Overstreet Date: Wed, 20 Dec 2023 21:39:21 +0000 (-0500) Subject: m68k: Fix missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2596e51ad3e26236657b63e5b37405454a858c35;p=linux.git m68k: Fix missing include Signed-off-by: Kent Overstreet --- diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index 7a2da780830b8..8f2676c3a9882 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h @@ -8,6 +8,7 @@ #ifndef __ASM_M68K_PROCESSOR_H #define __ASM_M68K_PROCESSOR_H +#include #include #include #include