Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 02:14:40 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324737 - head/sys/powerpc/mpc85xx
Message-ID:  <201710190214.v9J2EeFB074731@repo.freebsd.org>

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



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