summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt_sim.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1999-03-05 23:18:56 +0000
committergibbs <gibbs@FreeBSD.org>1999-03-05 23:18:56 +0000
commitdeb2554a4ed8f0eb253400e60b80f90559afc52a (patch)
treedb4dc7dd63e2458590baeff579ec24e8859c0247 /sys/cam/cam_xpt_sim.h
parentb95f1cf69d90d4ae65f69315ee83e56bb46f0d0c (diff)
downloadFreeBSD-src-deb2554a4ed8f0eb253400e60b80f90559afc52a.zip
FreeBSD-src-deb2554a4ed8f0eb253400e60b80f90559afc52a.tar.gz
xpt_done has no reason to take a volatile ccb *.
Diffstat (limited to 'sys/cam/cam_xpt_sim.h')
-rw-r--r--sys/cam/cam_xpt_sim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt_sim.h b/sys/cam/cam_xpt_sim.h
index aa9e012..7f122d6 100644
--- a/sys/cam/cam_xpt_sim.h
+++ b/sys/cam/cam_xpt_sim.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cam_xpt_sim.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $
+ * $Id: cam_xpt_sim.h,v 1.2 1999/01/27 20:09:16 dillon Exp $
*/
#ifndef _CAM_CAM_XPT_SIM_H
@@ -43,7 +43,7 @@ u_int32_t xpt_freeze_simq(struct cam_sim *sim, u_int count);
void xpt_release_simq(struct cam_sim *sim, int run_queue);
u_int32_t xpt_freeze_devq(struct cam_path *path, u_int count);
void xpt_release_devq(struct cam_ed *dev, int run_queue);
-void xpt_done(volatile union ccb *done_ccb);
+void xpt_done(union ccb *done_ccb);
#endif /* KERNEL */
#endif /* _CAM_CAM_XPT_SIM_H */
OpenPOWER on IntegriCloud