git: 53187a3665e5 - main - pmc_dmc620: drop unneeded includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jul 2026 15:01:29 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=53187a3665e50b7fbc74c92daf22dc3ddf676787
commit 53187a3665e50b7fbc74c92daf22dc3ddf676787
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2026-07-21 15:06:53 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-07-28 15:00:08 +0000
pmc_dmc620: drop unneeded includes
Neither of these options are checked in the file and cdefs.h should not
be included explicitly. No functional change.
Sponsored by: The FreeBSD Foundation
---
sys/dev/hwpmc/pmu_dmc620.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys/dev/hwpmc/pmu_dmc620.c b/sys/dev/hwpmc/pmu_dmc620.c
index c33e5264f7de..c5da98cfae8c 100644
--- a/sys/dev/hwpmc/pmu_dmc620.c
+++ b/sys/dev/hwpmc/pmu_dmc620.c
@@ -25,10 +25,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#include "opt_hwpmc_hooks.h"
-#include "opt_acpi.h"
-
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/module.h>