diff options
Diffstat (limited to 'sys/arch/vax/vsa/asc_vsbus.c')
-rw-r--r-- | sys/arch/vax/vsa/asc_vsbus.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/vax/vsa/asc_vsbus.c b/sys/arch/vax/vsa/asc_vsbus.c index f4e5397911d..204d9ad0c01 100644 --- a/sys/arch/vax/vsa/asc_vsbus.c +++ b/sys/arch/vax/vsa/asc_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc_vsbus.c,v 1.11 2010/06/26 23:24:44 guenther Exp $ */ +/* $OpenBSD: asc_vsbus.c,v 1.12 2010/06/28 18:31:01 krw Exp $ */ /* $NetBSD: asc_vsbus.c,v 1.22 2001/02/04 20:36:32 ragge Exp $ */ /*- @@ -111,14 +111,6 @@ struct scsi_adapter asc_vsbus_ops = { NULL }; -static struct scsi_device asc_vsbus_dev = { - NULL, /* Use the default error handler */ - NULL, /* have a queue, served by this */ - NULL, /* have no async handler */ - NULL, /* use the default done handler */ -}; - - /* * Functions and the switch for the MI code */ @@ -307,7 +299,7 @@ asc_vsbus_attach(struct device *parent, struct device *self, void *aux) sc->sc_maxxfer = 64 * 1024; /* Do the common parts of attachment. */ - ncr53c9x_attach(sc, &asc_vsbus_ops, &asc_vsbus_dev); + ncr53c9x_attach(sc, &asc_vsbus_ops); } /* |