Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 17:42:53 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r250781 - projects/pmac_pmu/sys/powerpc/powermac
Message-ID:  <201305181742.r4IHgrrL054059@svn.freebsd.org>

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



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