summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-03-31 09:49:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-03-31 09:49:34 +0000
commitb69d5397b7d06e7e0a108905b0f8edc3d940d96b (patch)
tree451499effb41e875a5769c9d108523af98e4ec0c /sys/dev/isa
parent20b25ddd0bb86525c77e5f1bb303418ed1260e91 (diff)
Remove long dead isa-on-powerpc leftovers.
Diffstat (limited to 'sys/dev/isa')
-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 ae0cb642f24..1fe9c1293b6 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.58 2014/03/18 22:36:37 miod Exp $ */
+/* $OpenBSD: isavar.h,v 1.59 2024/03/31 09:49:33 miod Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -119,8 +119,6 @@ struct isabus_attach_args;
#include <alpha/isa/isa_machdep.h>
#elif defined(__i386__)
#include <i386/isa/isa_machdep.h>
-#elif defined(__powerpc__)
-#include <powerpc/isa/isa_machdep.h>
#else
#include <machine/isa_machdep.h>
#endif