From owner-svn-src-all@FreeBSD.ORG Fri Mar 29 11:53:20 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A3849A20; Fri, 29 Mar 2013 11:53:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 96002D90; Fri, 29 Mar 2013 11:53:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TBrK7A070855; Fri, 29 Mar 2013 11:53:20 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TBrKn6070854; Fri, 29 Mar 2013 11:53:20 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201303291153.r2TBrKn6070854@svn.freebsd.org> From: Marius Strobl Date: Fri, 29 Mar 2013 11:53:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248874 - head/sys/cam X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 11:53:20 -0000 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 + 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)