aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc
diff options
context:
space:
mode:
authorChristian Lütke-Stetzkamp <christian@lkamp.de>2018-04-24 20:01:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-25 15:36:20 +0200
commit2175b6157acb78b6dafc8b717c67cc28891d43d5 (patch)
treee2f208ff0b5105eb2476d506336c6ba6b99065a4 /drivers/staging/mt7621-mmc
parentstaging: mt7621-mmc: Remove old references to tasklet (diff)
downloadlinux-dev-2175b6157acb78b6dafc8b717c67cc28891d43d5.tar.xz
linux-dev-2175b6157acb78b6dafc8b717c67cc28891d43d5.zip
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>
Diffstat (limited to 'drivers/staging/mt7621-mmc')
-rw-r--r--drivers/staging/mt7621-mmc/mt6575_sd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-mmc/mt6575_sd.h b/drivers/staging/mt7621-mmc/mt6575_sd.h
index ae9b36a0bd45..b77f8412ae2c 100644
--- a/drivers/staging/mt7621-mmc/mt6575_sd.h
+++ b/drivers/staging/mt7621-mmc/mt6575_sd.h
@@ -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;