summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/isavar.h')
-rw-r--r--sys/dev/isa/isavar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h
index 129b7a4d0ad..2622d9383f7 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.55 2010/06/24 21:17:59 jasper Exp $ */
+/* $OpenBSD: isavar.h,v 1.56 2011/07/07 19:16:42 deraadt Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -121,8 +121,6 @@ struct isabus_attach_args;
#include <hp300/dev/isa_machdep.h>
#elif defined(__i386__)
#include <i386/isa/isa_machdep.h>
-#elif defined(__mvmeppc__)
-#include <mvmeppc/isa/isa_machdep.h>
#elif defined(__powerpc__)
#include <powerpc/isa/isa_machdep.h>
#else