summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-04-21 07:29:01 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-04-21 07:29:01 +0000
commita0b839f8521080e1f7fc0f6a6e5cece77b492a15 (patch)
tree6b9287a371b06a82019f6c8bb9d6404e8cf91bec /sys/dev/ic
parent42b452576997fa5b9ba93173e604f33282a21e0a (diff)
remove the ami_inquire prototype. the function doesnt exist and its not
used anywhere. thanks lint. thint.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ami.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 584b7fd72a0..253140fda60 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.150 2006/04/20 13:32:29 dlg Exp $ */
+/* $OpenBSD: ami.c,v 1.151 2006/04/21 07:29:00 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -146,7 +146,6 @@ void ami_done_ioctl(struct ami_softc *, struct ami_ccb *);
void ami_done_ccb(struct ami_softc *, struct ami_ccb *);
void ami_copy_internal_data(struct scsi_xfer *, void *, size_t);
-int ami_inquire(struct ami_softc *, u_int8_t);
int ami_load_ptmem(struct ami_softc*, struct ami_ccb *,
void *, size_t, int, int);