aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_sg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/scsi/scsi_sg.c')
-rw-r--r--sys/cam/scsi/scsi_sg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_sg.c b/sys/cam/scsi/scsi_sg.c
index ebf40853649a..7a28ccf732af 100644
--- a/sys/cam/scsi/scsi_sg.c
+++ b/sys/cam/scsi/scsi_sg.c
@@ -211,7 +211,6 @@ sgdevgonecb(void *arg)
mtx_unlock(mtx);
}
-
static void
sgoninvalidate(struct cam_periph *periph)
{
@@ -1038,4 +1037,3 @@ scsi_group_len(u_char cmd)
group = (cmd >> 5) & 0x7;
return (len[group]);
}
-