diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-10-22 02:48:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-10-22 02:48:38 +0000 |
| commit | d75c1b4a907b7ce928d60bc640641144b36f881d (patch) | |
| tree | ea85a677ba5cbb20f90e97a3e6a2d37bc5bc4eb7 /sys/pc98 | |
| parent | 580e0a2b7ab7273f868e7f4f9cbe96662b67a700 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/sio.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/sio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 07b038cfc387..8f999b514495 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -174,7 +174,7 @@ #include <machine/resource.h> -#include <isa/sioreg.h> +#include <dev/sio/sioreg.h> #ifdef COM_ESP #include <dev/ic/esp.h> diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index 07b038cfc387..8f999b514495 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/sio.c @@ -174,7 +174,7 @@ #include <machine/resource.h> -#include <isa/sioreg.h> +#include <dev/sio/sioreg.h> #ifdef COM_ESP #include <dev/ic/esp.h> |
