summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/debugreg.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-16 02:22:08 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-20 22:40:30 +0100
commita5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea (patch)
treeca865820203390821c45aaf99cf28597cce65f28 /arch/x86/include/asm/debugreg.h
parentmedia: vidtv: fix missing include (diff)
downloadlinux-a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea.tar.xz
linux-a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea.zip
x86: fix missing includes/forward declarations
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'arch/x86/include/asm/debugreg.h')
-rw-r--r--arch/x86/include/asm/debugreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/debugreg.h b/arch/x86/include/asm/debugreg.h
index 66eb5e1ac4fb..0cec92c430cc 100644
--- a/arch/x86/include/asm/debugreg.h
+++ b/arch/x86/include/asm/debugreg.h
@@ -5,6 +5,7 @@
#include <linux/bug.h>
#include <linux/percpu.h>
#include <uapi/asm/debugreg.h>
+#include <asm/cpufeature.h>
DECLARE_PER_CPU(unsigned long, cpu_dr7);