Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 15:47:08 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234609 - head/sys/powerpc/mpc85xx
Message-ID:  <201204231547.q3NFl88N004308@svn.freebsd.org>

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



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