staging: mt7621-mmc: Remove unused card_workqueue from msdc_host

The card_workqueue field of msdc_host is already if 0'd out and there
are no references to it in the code (not even in unused code), so
remove it.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Christian Lütke-Stetzkamp 2018-04-24 20:01:29 +02:00 committed by Greg Kroah-Hartman
parent f74369b7a4
commit 2175b6157a
1 changed files with 0 additions and 4 deletions

View File

@ -931,11 +931,7 @@ struct msdc_host {
int irq; /* host interrupt */
#if 0
struct work_struct card_workqueue;
#else
struct delayed_work card_delaywork;
#endif
struct completion cmd_done;
struct completion xfer_done;