aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.h
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2008-12-18 00:49:49 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-01-02 13:02:25 -0500
commitedf69c58c74eeeb48f62f267ce41f7827cb4dd06 (patch)
tree285f545dd20e84b8def44f614bcf5c4680a828ab /drivers/scsi/st.h
parent1ac63cf5c05f956f52ab418a07f77d12328f3b5f (diff)
[SCSI] st: remove unused frp_sg_current
frp_sg_current in struct st_buffer is always zero. We don't need it. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Kai Makisara <Kai.Makisara@kolumbus.fi> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/st.h')
-rw-r--r--drivers/scsi/st.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h
index e682f8045034..544dc6b1f548 100644
--- a/drivers/scsi/st.h
+++ b/drivers/scsi/st.h
@@ -52,7 +52,6 @@ struct st_buffer {
52 unsigned short use_sg; /* zero or max number of s/g segments for this adapter */ 52 unsigned short use_sg; /* zero or max number of s/g segments for this adapter */
53 unsigned short sg_segs; /* number of segments in s/g list */ 53 unsigned short sg_segs; /* number of segments in s/g list */
54 unsigned short frp_segs; /* number of buffer segments */ 54 unsigned short frp_segs; /* number of buffer segments */
55 unsigned int frp_sg_current; /* driver buffer length currently in s/g list */
56}; 55};
57 56
58/* The tape mode definition */ 57/* The tape mode definition */