svn commit: r209852 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jul 9 14:02:57 UTC 2010


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>


More information about the svn-src-all mailing list