svn commit: r302970 - head/sys/powerpc/booke

Justin Hibbits jhibbits at FreeBSD.org
Sun Jul 17 19:19:51 UTC 2016


Author: jhibbits
Date: Sun Jul 17 19:19:50 2016
New Revision: 302970
URL: https://svnweb.freebsd.org/changeset/base/302970

Log:
  No need to include mpc85xx.h anymore, so remove it.

Modified:
  head/sys/powerpc/booke/booke_machdep.c

Modified: head/sys/powerpc/booke/booke_machdep.c
==============================================================================
--- head/sys/powerpc/booke/booke_machdep.c	Sun Jul 17 18:33:17 2016	(r302969)
+++ head/sys/powerpc/booke/booke_machdep.c	Sun Jul 17 19:19:50 2016	(r302970)
@@ -142,10 +142,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/openfirm.h>
 
-#if defined(MPC85XX) || defined(QORIQ_DPAA)
-#include <powerpc/mpc85xx/mpc85xx.h>
-#endif
-
 #ifdef DDB
 #include <ddb/ddb.h>
 #endif


More information about the svn-src-head mailing list