[PATCH] x86/mtrr: Remove unused kvm_para.h include

From: Yunus Ayhan

Date: Wed Apr 15 2026 - 10:27:05 EST


mttr.c does not use any interface from linux/kvm_para.h, so remove the
unused include.

Drop the stale FIXME comment referring to kvm_para.h.

Signed-off-by: Yunus Ayhan <yunus.ahmet.ayhan@xxxxxxxxx>
---
arch/x86/kernel/cpu/mtrr/mtrr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/x86/kernel/cpu/mtrr/mtrr.c b/arch/x86/kernel/cpu/mtrr/mtrr.c
index 4b3d492af..17bbefefe 100644
--- a/arch/x86/kernel/cpu/mtrr/mtrr.c
+++ b/arch/x86/kernel/cpu/mtrr/mtrr.c
@@ -18,10 +18,9 @@
System Programming Guide; Section 9.11. (1997 edition - PPro).
*/

-#include <linux/types.h> /* FIXME: kvm_para.h needs this */
+#include <linux/types.h>

#include <linux/stop_machine.h>
-#include <linux/kvm_para.h>
#include <linux/uaccess.h>
#include <linux/export.h>
#include <linux/mutex.h>
--
2.53.0