Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46a802e8 authored by Tejun Heo's avatar Tejun Heo
Browse files

ide kill unused ide_cmd->special



Impact: removal of unused field

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

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 55f3f399
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */