Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2026 15:01:29 +0000
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 53187a3665e5 - main - pmc_dmc620: drop unneeded includes
Message-ID:  <6a68c449.204ac.71c3f664@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a68c449.204ac.71c3f664>