summaryrefslogtreecommitdiffstats
path: root/sys/mips/malta/gt.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
committergonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
commit977bb41a581a18041a2937f601ff6c3f0ec32b1f (patch)
tree783e25f9509c1573c46d90b3b644df1bbb1a1c82 /sys/mips/malta/gt.c
parent120d55b5a180fc8f4b45d73c03fe040ad7b58859 (diff)
downloadFreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.zip
FreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.tar.gz
Fix path in all includes: remove /mips32 subdirectory
Diffstat (limited to 'sys/mips/malta/gt.c')
-rw-r--r--sys/mips/malta/gt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/malta/gt.c b/sys/mips/malta/gt.c
index daa9e25..257ac64 100644
--- a/sys/mips/malta/gt.c
+++ b/sys/mips/malta/gt.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/intr_machdep.h>
-#include <mips/mips32/malta/gtvar.h>
+#include <mips/malta/gtvar.h>
static int
gt_probe(device_t dev)
OpenPOWER on IntegriCloud