summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass_scsi.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-08-03 13:44:50 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-08-03 13:44:50 +0000
commitf703d9538196e23d33b4ea37e5d192f0f62e335e (patch)
tree9f807331bad5fa20e266d535aedcb075b14ad4cd /sys/dev/usb/umass_scsi.h
parent3f1a2ee9dff9046462368cc163aed5cc1a95b89e (diff)
Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to
shorten and simplify code. No intentional functional change.
Diffstat (limited to 'sys/dev/usb/umass_scsi.h')
-rw-r--r--sys/dev/usb/umass_scsi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_scsi.h b/sys/dev/usb/umass_scsi.h
index 321eb675e3b..293e2aa5efb 100644
--- a/sys/dev/usb/umass_scsi.h
+++ b/sys/dev/usb/umass_scsi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: umass_scsi.h,v 1.5 2015/12/16 14:50:26 mpi Exp $ */
+/* $OpenBSD: umass_scsi.h,v 1.6 2016/08/03 13:44:49 krw Exp $ */
/* $NetBSD: umass_scsipi.h,v 1.1 2001/12/24 13:25:53 augustss Exp $ */
/*
@@ -32,5 +32,4 @@
*/
int umass_scsi_attach(struct umass_softc *sc);
-int umass_atapi_attach(struct umass_softc *sc);
int umass_scsi_detach(struct umass_softc *sc, int flags);