diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-08-29 12:23:51 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-08-29 12:23:51 +0000 |
| commit | c5fe188c44037921100e6862a47b6a62d3586c06 (patch) | |
| tree | 760dfee6f0e6891d23f84f089d6219075f4742ce /sys/dev | |
| parent | 2bc01c3a32e72785ebd15339ea4d9c2bc313dc8d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ppc/ppc_isa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index 37ec4379a83d..b23ce823e153 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -38,11 +38,6 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/rman.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> |
