diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2014-04-28 17:25:15 -0700 |
---|---|---|
committer | Troy Kisky <troy.kisky@boundarydevices.com> | 2014-04-28 17:27:12 -0700 |
commit | ef09ea124482bd34b06897433ea66dea9cfbd16c (patch) | |
tree | 1951096c0ddf443cd20ee1a6e44627bcc0bd5820 /include | |
parent | 11028f5276fa78bf3eb96bae7974d30ac0f64003 (diff) |
mmc: each mmc_host has its own workqueue
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index e326ae2882a0..bc45257f76c6 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -328,6 +328,7 @@ struct mmc_host { struct task_struct *claimer; /* task that has host claimed */ int claim_cnt; /* "claim" nesting count */ + struct workqueue_struct *workqueue; struct delayed_work detect; int detect_change; /* card detect flag */ struct mmc_slot slot; |