summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus/qe.c')
-rw-r--r--sys/dev/sbus/qe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c
index 2bbca6fcd85..3977332c19f 100644
--- a/sys/dev/sbus/qe.c
+++ b/sys/dev/sbus/qe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qe.c,v 1.18 2006/03/25 22:41:46 djm Exp $ */
+/* $OpenBSD: qe.c,v 1.19 2006/06/02 20:00:56 miod Exp $ */
/* $NetBSD: qe.c,v 1.16 2001/03/30 17:30:18 christos Exp $ */
/*-
@@ -115,7 +115,6 @@
struct qe_softc {
struct device sc_dev; /* base device */
- struct sbusdev sc_sd; /* sbus device */
bus_space_tag_t sc_bustag; /* bus & dma tags */
bus_dma_tag_t sc_dmatag;
bus_dmamap_t sc_dmamap;