FUJITA Tomonori wrote:
Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
---
drivers/scsi/sg.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index 17d1bd5..e84536b 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -204,7 +204,6 @@ static void sg_put_dev(Sg_device *sdp);
#define SZ_SG_HEADER sizeof(struct sg_header)
#define SZ_SG_IO_HDR sizeof(sg_io_hdr_t)
-#define SZ_SG_IOVEC sizeof(sg_iovec_t)
#define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
static int sg_allow_access(struct file *filp, unsigned char *cmd)
For this patch:
[PATCH 1/3] sg: kill unused SZ_SG_IOVEC define
plus:
[PATCH 2/3] sg: remove unnecessary type casts
[PATCH 3/3] sg: remove unnecessary forward declaration
originally submitted 20090310
Signed-off-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html