From 2175b6157acb78b6dafc8b717c67cc28891d43d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20L=C3=BCtke-Stetzkamp?= Date: Tue, 24 Apr 2018 20:01:29 +0200 Subject: [PATCH] staging: mt7621-mmc: Remove unused card_workqueue from msdc_host MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mt7621-mmc/mt6575_sd.h | 4 ---- 1 file changed, 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; -- 2.30.2