aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2018-01-13 21:10:42 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2018-01-13 21:10:42 +0000
commit4a207664524d929bc8727af2aee9fc37d1779893 (patch)
tree0cb7dd96aaa3490b0b15c960356f35c7976928ea /sys/powerpc/mpc85xx
parentc0848584c3538e64f49b8d65401cb89747f5f14c (diff)
Notes
Diffstat (limited to 'sys/powerpc/mpc85xx')
-rw-r--r--sys/powerpc/mpc85xx/mpc85xx_cache.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/powerpc/mpc85xx/mpc85xx_cache.c b/sys/powerpc/mpc85xx/mpc85xx_cache.c
index aee15e5d3450e..87ac5455cea29 100644
--- a/sys/powerpc/mpc85xx/mpc85xx_cache.c
+++ b/sys/powerpc/mpc85xx/mpc85xx_cache.c
@@ -32,21 +32,12 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/conf.h>
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/module.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
-#include <sys/resource.h>
-#include <sys/rman.h>
#include <machine/bus.h>
-#include <machine/resource.h>
-#include <machine/stdarg.h>
-#include <dev/fdt/fdt_common.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>