diff options
author | gonzo <gonzo@FreeBSD.org> | 2008-09-10 03:49:08 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2008-09-10 03:49:08 +0000 |
commit | 977bb41a581a18041a2937f601ff6c3f0ec32b1f (patch) | |
tree | 783e25f9509c1573c46d90b3b644df1bbb1a1c82 /sys/mips/sentry5/obio.c | |
parent | 120d55b5a180fc8f4b45d73c03fe040ad7b58859 (diff) | |
download | FreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.zip FreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.tar.gz |
Fix path in all includes: remove /mips32 subdirectory
Diffstat (limited to 'sys/mips/sentry5/obio.c')
-rw-r--r-- | sys/mips/sentry5/obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/sentry5/obio.c b/sys/mips/sentry5/obio.c index 1c1b9c9..0730358 100644 --- a/sys/mips/sentry5/obio.c +++ b/sys/mips/sentry5/obio.c @@ -55,8 +55,8 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> -#include <mips/mips32/sentry5/obiovar.h> -#include <mips/mips32/sentry5/sentry5reg.h> +#include <mips/sentry5/obiovar.h> +#include <mips/sentry5/sentry5reg.h> int obio_probe(device_t); int obio_attach(device_t); |