summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/dtop.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
commit86ecdd3a4b9f4b388cb5ac424a12b06abf8e778b (patch)
tree34e0e403f050fc6eb7f602192c21c6fcd30fa0f7 /sys/arch/pmax/dev/dtop.c
parentb39c3716a3a2853069590a450ef0495dfe8a8d41 (diff)
#include <pmax/foo.h> -> #include <machine/foo.h>
Diffstat (limited to 'sys/arch/pmax/dev/dtop.c')
-rw-r--r--sys/arch/pmax/dev/dtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/dtop.c b/sys/arch/pmax/dev/dtop.c
index 784f03ddea2..f402dabe87f 100644
--- a/sys/arch/pmax/dev/dtop.c
+++ b/sys/arch/pmax/dev/dtop.c
@@ -112,7 +112,7 @@ SOFTWARE.
#include <dev/cons.h>
-#include <pmax/cpuregs.h> /* mips cached->uncached */
+#include <machine/cpuregs.h> /* mips cached->uncached */
#include <machine/dc7085cons.h> /* mdmctl bits same on dtop and dc? */
#include <machine/pmioctl.h>
#include <machine/fbio.h>