diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-16 02:22:08 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 22:40:30 +0100 |
commit | a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea (patch) | |
tree | ca865820203390821c45aaf99cf28597cce65f28 /arch/x86/include/asm/debugreg.h | |
parent | media: vidtv: fix missing include (diff) | |
download | linux-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.h | 1 |
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); |