summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 0b0e41c..2b8439f 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.61 1996/07/12 04:12:05 bde Exp $
+ * $Id: scsiconf.c,v 1.62 1996/09/06 23:09:15 phk Exp $
*/
#include "opt_scsi.h"
@@ -1347,9 +1347,3 @@ scsi_selectdev(qualifier, type, remov, manu, model, rev)
}
return (bestmatch);
}
-
-int
-scsi_externalize(struct scsi_link *sl, struct sysctl_req *req)
-{
- return SYSCTL_OUT(req, sl, sizeof *sl);
-}
OpenPOWER on IntegriCloud