git: 1c1b5651f655 - stable/15 - arm64: Remove armreg.h from db_machdep.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 16:27:33 UTC
The branch stable/15 has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=1c1b5651f655d6eb6dad53fcaaf9cd2d1a17eae3
commit 1c1b5651f655d6eb6dad53fcaaf9cd2d1a17eae3
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-10-27 10:56:06 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2026-01-13 14:06:19 +0000
arm64: Remove armreg.h from db_machdep.h
There is nothing in this file that needs armreg.h
Reviewed by: imp
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D53323
(cherry picked from commit f3ee178be2b2b4205a42d514db1142d6bf162601)
---
sys/arm64/include/db_machdep.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/arm64/include/db_machdep.h b/sys/arm64/include/db_machdep.h
index 5dc496ca851d..3ef95f7802ea 100644
--- a/sys/arm64/include/db_machdep.h
+++ b/sys/arm64/include/db_machdep.h
@@ -31,7 +31,6 @@
#ifndef _MACHINE_DB_MACHDEP_H_
#define _MACHINE_DB_MACHDEP_H_
-#include <machine/armreg.h>
#include <machine/frame.h>
#include <machine/trap.h>