1
0
Fork 0

ide kill unused ide_cmd->special

Impact: removal of unused field

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

Signed-off-by: Tejun Heo <tj@kernel.org>
wifi-calibration
Tejun Heo 2009-04-19 07:00:41 +09:00 committed by Jens Axboe
parent b2963ac173
commit 214ae19104
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ struct ide_cmd {
unsigned int cursg_ofs;
struct request *rq; /* copy of request */
void *special; /* valid_t generally */
};
/* ATAPI packet command flags */