diff options
Diffstat (limited to 'sys/dev/ahb/ahb.c')
-rw-r--r-- | sys/dev/ahb/ahb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index 67eead4..4b432a9 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -53,9 +53,9 @@ #include <cam/scsi/scsi_message.h> -#include <i386/eisa/eisaconf.h> +#include <dev/eisa/eisaconf.h> -#include <i386/eisa/ahbreg.h> +#include <dev/ahb/ahbreg.h> #define ccb_ecb_ptr spriv_ptr0 #define ccb_ahb_ptr spriv_ptr1 |