mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unused static function adwccbstatus() from adw(4).
Reviewed by: gibbs MFC after: 3 days
This commit is contained in:
parent
4c9518f884
commit
3c6aaa556d
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue