summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-20 16:39:21 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-20 16:40:32 -0500
commit2596e51ad3e26236657b63e5b37405454a858c35 (patch)
treefb6bab92ce551c285060d006af53d8142ec2638d /arch/m68k
parenta5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea (diff)
m68k: Fix missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/processor.h1
1 files changed, 1 insertions, 0 deletions
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>