svn commit: r248874 - head/sys/cam

Marius Strobl marius at FreeBSD.org
Fri Mar 29 11:53:20 UTC 2013


Author: marius
Date: Fri Mar 29 11:53:20 2013
New Revision: 248874
URL: http://svnweb.freebsd.org/changeset/base/248874

Log:
  Unbreak compilation after r248868.

Modified:
  head/sys/cam/cam_periph.h

Modified: head/sys/cam/cam_periph.h
==============================================================================
--- head/sys/cam/cam_periph.h	Fri Mar 29 08:49:27 2013	(r248873)
+++ head/sys/cam/cam_periph.h	Fri Mar 29 11:53:20 2013	(r248874)
@@ -36,6 +36,8 @@
 
 #ifdef _KERNEL
 
+#include <cam/cam_xpt.h>
+
 struct devstat;
 
 extern struct cam_periph *xpt_periph;
@@ -183,8 +185,6 @@ void		cam_periph_freeze_after_event(stru
 					      u_int duration_ms);
 int		cam_periph_error(union ccb *ccb, cam_flags camflags,
 				 u_int32_t sense_flags, union ccb *save_ccb);
-void		xpt_lock_buses(void);
-void		xpt_unlock_buses(void);
 
 static __inline void
 cam_periph_lock(struct cam_periph *periph)


More information about the svn-src-all mailing list