[PATCH 26/31] staging: mt7621:mmc: Remove unused field reserved from msdc_host

Christian Lütke-Stetzkamp christian at lkamp.de
Wed Apr 18 15:27:45 UTC 2018


The reserved field of msdc_host is never used and msdc_host is also
never exposed to hardware, so remove that field.

Signed-off-by: Christian Lütke-Stetzkamp <christian at lkamp.de>
---
 drivers/staging/mt7621-mmc/mt6575_sd.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/mt7621-mmc/mt6575_sd.h b/drivers/staging/mt7621-mmc/mt6575_sd.h
index 8c203ecafc30..0e2af724124c 100644
--- a/drivers/staging/mt7621-mmc/mt6575_sd.h
+++ b/drivers/staging/mt7621-mmc/mt6575_sd.h
@@ -954,7 +954,6 @@ struct msdc_host {
 	u8                          power_mode;     /* host power mode */
 	u8                          card_inserted;  /* card inserted ? */
 	u8                          suspend;        /* host suspended ? */
-	u8                          reserved;
 	u8                          app_cmd;        /* for app command */
 	u32                         app_cmd_arg;
 };
-- 
2.16.1



More information about the devel mailing list