summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/tsvar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-16 22:32:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-16 22:32:45 +0000
commit87bd71f1403a132531a781564d569ff1a47f6bc2 (patch)
treeef40a38cef9664d93f7b6e7f3663f7ebd62282d2 /sys/arch/alpha/pci/tsvar.h
parent02abdafe8d6655acbbf42d4be1c1e987644bc3fc (diff)
Get rid of specific softc structure for pci host bridges, as it is never
used. No functional change.
Diffstat (limited to 'sys/arch/alpha/pci/tsvar.h')
-rw-r--r--sys/arch/alpha/pci/tsvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/alpha/pci/tsvar.h b/sys/arch/alpha/pci/tsvar.h
index 057163157ef..1bf315af943 100644
--- a/sys/arch/alpha/pci/tsvar.h
+++ b/sys/arch/alpha/pci/tsvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsvar.h,v 1.5 2003/09/02 17:25:21 miod Exp $ */
+/* $OpenBSD: tsvar.h,v 1.6 2006/03/16 22:32:44 miod Exp $ */
/* $NetBSD: tsvar.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */
/*-
@@ -38,10 +38,6 @@
#define tsvar() { Generate ctags(1) key. }
-struct tsc_softc {
- struct device tsc_dev;
-};
-
struct tsp_config {
int pc_pslot; /* Pchip 0 or 1 */
int pc_initted; /* Initialized */