Skip to content

Commit

Permalink
ide kill unused ide_cmd->special
Browse files Browse the repository at this point in the history
Impact: removal of unused field

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

Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Tejun Heo committed Apr 18, 2009
1 parent 55f3f39 commit 46a802e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 46a802e

Please sign in to comment.