svn commit: r250781 - projects/pmac_pmu/sys/powerpc/powermac
Justin Hibbits
jhibbits at FreeBSD.org
Sat May 18 17:42:53 UTC 2013
Author: jhibbits
Date: Sat May 18 17:42:52 2013
New Revision: 250781
URL: http://svnweb.freebsd.org/changeset/base/250781
Log:
All files that include openpicvar.h need to include openpicreg.h now. Missed
this file in the previous commit.
Modified:
projects/pmac_pmu/sys/powerpc/powermac/cpcht.c
Modified: projects/pmac_pmu/sys/powerpc/powermac/cpcht.c
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/cpcht.c Sat May 18 17:41:42 2013 (r250780)
+++ projects/pmac_pmu/sys/powerpc/powermac/cpcht.c Sat May 18 17:42:52 2013 (r250781)
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/intr_machdep.h>
#include <machine/md_var.h>
+#include <machine/openpicreg.h>
#include <machine/openpicvar.h>
#include <machine/pio.h>
#include <machine/resource.h>
More information about the svn-src-projects
mailing list