From 2596e51ad3e26236657b63e5b37405454a858c35 Mon Sep 17 00:00:00 2001
From: Kent Overstreet <kent.overstreet@linux.dev>
Date: Wed, 20 Dec 2023 16:39:21 -0500
Subject: [PATCH] m68k: Fix missing include

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 arch/m68k/include/asm/processor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index 7a2da780830b..8f2676c3a988 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 <linux/preempt.h>
 #include <linux/thread_info.h>
 #include <asm/fpu.h>
 #include <asm/ptrace.h>
-- 
2.30.9