mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
55f3f39942
commit
46a802e852
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user