m68k: Fix missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 20 Dec 2023 21:39:21 +0000 (16:39 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 20 Dec 2023 21:40:32 +0000 (16:40 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
arch/m68k/include/asm/processor.h

index 7a2da780830b8f628a8cbaa25b5333cbc36a8e50..8f2676c3a9882dcdcf5f7952ac7d5c22a839e4c3 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef __ASM_M68K_PROCESSOR_H
 #define __ASM_M68K_PROCESSOR_H
 
+#include <linux/preempt.h>
 #include <linux/thread_info.h>
 #include <asm/fpu.h>
 #include <asm/ptrace.h>