Revert an extra hunk that crept into the last commit.

Submitted by:	emax
Obtained from:	Netflix, Inc.
MFC after:	3 days
This commit is contained in:
Scott Long 2015-10-16 20:18:12 +00:00
parent d0be3479d5
commit acb570cf14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289429

View File

@ -58,6 +58,7 @@ struct mpssas_target {
uint16_t tid;
SLIST_HEAD(, mpssas_lun) luns;
TAILQ_HEAD(, mps_command) commands;
struct mps_command *tm;
TAILQ_HEAD(, mps_command) timedout_commands;
uint16_t exp_dev_handle;