Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2010 14:02:57 +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: r209852 - head/sys/powerpc/aim
Message-ID:  <201007091402.o69E2vTF054306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Fri Jul  9 14:02:57 2010
New Revision: 209852
URL: http://svn.freebsd.org/changeset/base/209852

Log:
  Remove an unnecessary include of opt_psim.h, which is not present on
  powerpc64.

Modified:
  head/sys/powerpc/aim/nexus.c

Modified: head/sys/powerpc/aim/nexus.c
==============================================================================
--- head/sys/powerpc/aim/nexus.c	Fri Jul  9 14:02:24 2010	(r209851)
+++ head/sys/powerpc/aim/nexus.c	Fri Jul  9 14:02:57 2010	(r209852)
@@ -54,7 +54,6 @@
  *
  * $FreeBSD$
  */
-#include "opt_psim.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



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