aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc/mt6575_sd.h
diff options
context:
space:
mode:
authorChristian Lütke-Stetzkamp <christian@lkamp.de>2018-04-24 20:01:28 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-25 15:36:20 +0200
commitf74369b7a49baf26ff18feddddc5426d965752af (patch)
tree8d7a295aecb5a0f3ba1d9accc64cb1c54360f501 /drivers/staging/mt7621-mmc/mt6575_sd.h
parentstaging: mt7621-mmc: Add annotations about held locks (diff)
downloadlinux-dev-f74369b7a49baf26ff18feddddc5426d965752af.tar.xz
linux-dev-f74369b7a49baf26ff18feddddc5426d965752af.zip
staging: mt7621-mmc: Remove old references to tasklet
In the current code there are '#if 0' out references on using a tasklet instead of delayed_work. Removing these improves readability. 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/mt6575_sd.h')
-rw-r--r--drivers/staging/mt7621-mmc/mt6575_sd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-mmc/mt6575_sd.h b/drivers/staging/mt7621-mmc/mt6575_sd.h
index ce14881d8fda..ae9b36a0bd45 100644
--- a/drivers/staging/mt7621-mmc/mt6575_sd.h
+++ b/drivers/staging/mt7621-mmc/mt6575_sd.h
@@ -931,7 +931,6 @@ struct msdc_host {
int irq; /* host interrupt */
- struct tasklet_struct card_tasklet;
#if 0
struct work_struct card_workqueue;
#else