Author: jhibbits
Date: Sat Jan 13 21:10:42 2018
New Revision: 327943
URL: https://svnweb.freebsd.org/changeset/base/327943

Log:
  Include only the headers needed
  
  The extra headers came through evolution of the file.

Modified:
  head/sys/powerpc/mpc85xx/mpc85xx_cache.c

Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c
==============================================================================
--- head/sys/powerpc/mpc85xx/mpc85xx_cache.c    Sat Jan 13 21:08:38 2018        
(r327942)
+++ head/sys/powerpc/mpc85xx/mpc85xx_cache.c    Sat Jan 13 21:10:42 2018        
(r327943)
@@ -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>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to