git: 408429cca4ac - stable/13 - efirt_machdep.c: Trim some unused includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 19:06:28 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=408429cca4ac76ea20a77fe26270155166e248df
commit 408429cca4ac76ea20a77fe26270155166e248df
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-08-28 23:22:03 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-10-11 15:09:52 +0000
efirt_machdep.c: Trim some unused includes
Reviewed by: imp, kib, markj
Differential Revision: https://reviews.freebsd.org/D41596
(cherry picked from commit d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144)
---
sys/amd64/amd64/efirt_machdep.c | 3 ---
sys/arm64/arm64/efirt_machdep.c | 3 ---
2 files changed, 6 deletions(-)
diff --git a/sys/amd64/amd64/efirt_machdep.c b/sys/amd64/amd64/efirt_machdep.c
index 5734e0300df8..61648cbb354f 100644
--- a/sys/amd64/amd64/efirt_machdep.c
+++ b/sys/amd64/amd64/efirt_machdep.c
@@ -45,11 +45,8 @@
#include <sys/systm.h>
#include <sys/vmmeter.h>
#include <isa/rtc.h>
-#include <machine/fpu.h>
#include <machine/efi.h>
-#include <machine/metadata.h>
#include <machine/md_var.h>
-#include <machine/smp.h>
#include <machine/vmparam.h>
#include <vm/vm.h>
#include <vm/pmap.h>
diff --git a/sys/arm64/arm64/efirt_machdep.c b/sys/arm64/arm64/efirt_machdep.c
index 390289024606..d3538f3fe115 100644
--- a/sys/arm64/arm64/efirt_machdep.c
+++ b/sys/arm64/arm64/efirt_machdep.c
@@ -46,10 +46,7 @@
#include <sys/systm.h>
#include <sys/vmmeter.h>
-#include <machine/metadata.h>
-#include <machine/pcb.h>
#include <machine/pte.h>
-#include <machine/vfp.h>
#include <machine/vmparam.h>
#include <vm/vm.h>