summaryrefslogtreecommitdiff
path: root/sys/dev/tc/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tc/asc.c')
-rw-r--r--sys/dev/tc/asc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c
index 6bf47cc5312..ead505bdf44 100644
--- a/sys/dev/tc/asc.c
+++ b/sys/dev/tc/asc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asc.c,v 1.24 2009/02/16 21:19:07 miod Exp $ */
+/* $OpenBSD: asc.c,v 1.25 2010/06/28 18:31:02 krw Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -77,13 +77,6 @@ struct scsi_adapter asc_switch = {
NULL,
};
-struct scsi_device asc_dev = {
- NULL, /* Use default error handler */
- NULL, /* have a queue, served by this */
- NULL, /* have no async handler */
- NULL, /* Use default `done' routine */
-};
-
/*
* Glue functions
*/