Author: jhibbits
Date: Thu Oct 19 02:14:39 2017
New Revision: 324737
URL: https://svnweb.freebsd.org/changeset/base/324737

Log:
  Remove some unnecessary includes

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

Modified: head/sys/powerpc/mpc85xx/fsl_diu.c
==============================================================================
--- head/sys/powerpc/mpc85xx/fsl_diu.c  Thu Oct 19 01:38:31 2017        
(r324736)
+++ head/sys/powerpc/mpc85xx/fsl_diu.c  Thu Oct 19 02:14:39 2017        
(r324737)
@@ -35,13 +35,8 @@ __FBSDID("$FreeBSD$");
 #include <sys/module.h>
 #include <sys/malloc.h>
 #include <sys/rman.h>
-#include <sys/timeet.h>
-#include <sys/timetc.h>
-#include <sys/watchdog.h>
 #include <sys/fbio.h>
 #include <sys/consio.h>
-#include <sys/eventhandler.h>
-#include <sys/gpio.h>
 
 #include <vm/vm.h>
 #include <vm/pmap.h>
@@ -58,8 +53,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/vt/colors/vt_termcolors.h>
 
 #include <powerpc/mpc85xx/mpc85xx.h>
-
-#include "gpio_if.h"
 
 #include <machine/bus.h>
 #include <machine/cpu.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