diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2026-07-21 15:06:53 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2026-07-28 15:00:08 +0000 |
| commit | 53187a3665e50b7fbc74c92daf22dc3ddf676787 (patch) | |
| tree | 068ad2d4549bf5b1360c7b10904dbf9349fdb69e | |
| parent | 3fdd05c612169d56c30b90d72533b75383210e81 (diff) | |
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
| -rw-r--r-- | sys/dev/hwpmc/pmu_dmc620.c | 4 |
1 files changed, 0 insertions, 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> |
