git: 99553344e984 - main - ofwbus: trim includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 17:52:25 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=99553344e984929dd9f409ed30532902bc85791d commit 99553344e984929dd9f409ed30532902bc85791d Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2023-02-13 17:42:56 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2023-02-13 17:45:01 +0000 ofwbus: trim includes Nothing in the file today relies on these. Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D38491 --- sys/dev/ofw/ofwbus.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/dev/ofw/ofwbus.c b/sys/dev/ofw/ofwbus.c index 5ea0ba313353..a466da546579 100644 --- a/sys/dev/ofw/ofwbus.c +++ b/sys/dev/ofw/ofwbus.c @@ -39,16 +39,8 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/bus.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/module.h> -#include <sys/pcpu.h> #include <sys/rman.h> -#ifdef INTRNG -#include <sys/intr.h> -#endif - -#include <vm/vm.h> -#include <vm/pmap.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h>