[PATCH 06/14] ide kill unused ide_cmd->special

From: Tejun Heo
Date: Tue Mar 24 2009 - 12:09:12 EST


Impact: removal of unused field

No one uses ide_cmd->special anymore. Kill it.

Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
---
include/linux/ide.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/ide.h b/include/linux/ide.h
index ccaf372..662ea26 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -362,7 +362,6 @@ struct ide_cmd {
unsigned int cursg_ofs;

struct request *rq; /* copy of request */
- void *special; /* valid_t generally */
};

/* ATAPI packet command flags */
--
1.6.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/