svn commit: r190034 - in stable/7/sys: . contrib/pf dev/ath/ath_hal
dev/cxgb dev/ppc
Takahashi Yoshihiro
nyan at FreeBSD.org
Thu Mar 19 06:00:22 PDT 2009
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>
More information about the svn-src-all
mailing list