From 480455d5cc450c2f2c3101765cc2a87656391f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 16 Jun 2004 16:53:27 +0000 Subject: [PATCH] No longer needs i386_io.h - now uses the inline functions in arch/cpu.h. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8005 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/bus_managers/isa/isa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/add-ons/kernel/bus_managers/isa/isa.c b/src/add-ons/kernel/bus_managers/isa/isa.c index 55d07d2b50..bde28b0c47 100644 --- a/src/add-ons/kernel/bus_managers/isa/isa.c +++ b/src/add-ons/kernel/bus_managers/isa/isa.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -27,7 +28,7 @@ #endif // ToDo: this is architecture dependent and should be made differently! -#include "i386_io.h" +// (for example, the Pegasos (PPC based) also has an ISA bus) #define ISA_MODULE_NAME "bus_managers/isa/root"