Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 13:00:21 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r190034 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/ppc
Message-ID:  <200903191300.n2JD0LmH061754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Thu Mar 19 13:00:21 2009
New Revision: 190034
URL: http://svn.freebsd.org/changeset/base/190034

Log:
  MFC: r182441
  
    Remove unneeded include.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/dev/ppc/ppc_isa.c

Modified: stable/7/sys/dev/ppc/ppc_isa.c
==============================================================================
--- stable/7/sys/dev/ppc/ppc_isa.c	Thu Mar 19 12:55:11 2009	(r190033)
+++ stable/7/sys/dev/ppc/ppc_isa.c	Thu Mar 19 13:00:21 2009	(r190034)
@@ -37,11 +37,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <sys/malloc.h>
 
-#if defined(__i386__) && defined(PC98)
-#include <pc98/cbus/cbus.h>
-#else
-#include <isa/isareg.h>
-#endif
 #include <isa/isavar.h>
 
 #include <dev/ppbus/ppbconf.h>



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