diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 21:30:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 21:30:02 +0000 |
commit | 86ecdd3a4b9f4b388cb5ac424a12b06abf8e778b (patch) | |
tree | 34e0e403f050fc6eb7f602192c21c6fcd30fa0f7 /sys/arch/pmax/dev/fb.c | |
parent | b39c3716a3a2853069590a450ef0495dfe8a8d41 (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.c | 2 |
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> |