Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 17:52:25 GMT
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: 99553344e984 - main - ofwbus: trim includes
Message-ID:  <202302131752.31DHqP7m082087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302131752.31DHqP7m082087>