summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/fb.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/fb.c
parentb39c3716a3a2853069590a450ef0495dfe8a8d41 (diff)
#include <pmax/foo.h> -> #include <machine/foo.h>
Diffstat (limited to 'sys/arch/pmax/dev/fb.c')
-rw-r--r--sys/arch/pmax/dev/fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/fb.c b/sys/arch/pmax/dev/fb.c
index 0f0bfcc15cb..97f401e2139 100644
--- a/sys/arch/pmax/dev/fb.c
+++ b/sys/arch/pmax/dev/fb.c
@@ -84,7 +84,7 @@
#include <sys/conf.h>
#include <machine/conf.h>
-#include <pmax/cpuregs.h> /* mips cached->uncached */
+#include <machine/cpuregs.h> /* mips cached->uncached */
#include <machine/pmioctl.h>
#include <machine/fbio.h>