svn commit: r234609 - head/sys/powerpc/mpc85xx

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Apr 23 15:47:08 UTC 2012


Author: nwhitehorn
Date: Mon Apr 23 15:47:07 2012
New Revision: 234609
URL: http://svn.freebsd.org/changeset/base/234609

Log:
  Fix missing header for powerpc_iomb().
  
  Pointy hat to:	me

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

Modified: head/sys/powerpc/mpc85xx/mpc85xx.c
==============================================================================
--- head/sys/powerpc/mpc85xx/mpc85xx.c	Mon Apr 23 14:44:18 2012	(r234608)
+++ head/sys/powerpc/mpc85xx/mpc85xx.c	Mon Apr 23 15:47:07 2012	(r234609)
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
+#include <machine/pio.h>
 #include <machine/spr.h>
 
 #include <powerpc/mpc85xx/mpc85xx.h>


More information about the svn-src-head mailing list