Remove unused static function adwccbstatus() from adw(4).

Reviewed by:	gibbs
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2013-12-24 15:56:16 +00:00
parent 4c9518f884
commit 3c6aaa556d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259825

View File

@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$");
#define ccb_acb_ptr spriv_ptr0
#define ccb_adw_ptr spriv_ptr1
static __inline cam_status adwccbstatus(union ccb*);
static __inline struct acb* adwgetacb(struct adw_softc *adw);
static __inline void adwfreeacb(struct adw_softc *adw,
struct acb *acb);
@ -100,12 +99,6 @@ static void adw_handle_device_reset(struct adw_softc *adw,
static void adw_handle_bus_reset(struct adw_softc *adw,
int initiated);
static __inline cam_status
adwccbstatus(union ccb* ccb)
{
return (ccb->ccb_h.status & CAM_STATUS_MASK);
}
static __inline struct acb*
adwgetacb(struct adw_softc *adw)
{