summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-01-12 17:20:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-01-12 17:20:03 +0000
commitd978eb639dcfb7c940c8631cd4a2287fdc0fb1a5 (patch)
treef288e671dcd9e5b51f315c63553f38b5bab483b0
parent1601831e4ce68b0d76c46886b4a818574a4c4426 (diff)
dev/isa/isavar.h does not appear to be needed by any of consumers.
(noticed because of another issue: one consumer is a high level busdriver, but also contains i2c support, so the isa #define for ia_irq clashes against i2c)
-rw-r--r--sys/arch/alpha/pci/tsvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsvar.h b/sys/arch/alpha/pci/tsvar.h
index c4ee612ee13..72e73b4598d 100644
--- a/sys/arch/alpha/pci/tsvar.h
+++ b/sys/arch/alpha/pci/tsvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsvar.h,v 1.7 2009/10/02 18:01:47 miod Exp $ */
+/* $OpenBSD: tsvar.h,v 1.8 2016/01/12 17:20:02 deraadt Exp $ */
/* $NetBSD: tsvar.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */
/*-
@@ -32,7 +32,6 @@
*
*/
-#include <dev/isa/isavar.h>
#include <dev/pci/pcivar.h>
#include <alpha/pci/pci_sgmap_pte64.h>