[PATCH 04/50] x86/include/asm/debugreg.h: fix missing include

From: Kent Overstreet
Date: Fri Dec 15 2023 - 21:50:01 EST


Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx>
---
arch/x86/include/asm/debugreg.h | 1 +
1 file changed, 1 insertion(+)

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);

--
2.43.0