From c89f0ec95246486f1143c7bf6d981e958569c996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20L=C3=BCtke-Stetzkamp?= Date: Wed, 18 Apr 2018 17:27:45 +0200 Subject: [PATCH] staging: mt7621:mmc: Remove unused field reserved from msdc_host MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Greg Kroah-Hartman --- 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 1867e8b99bff..d2c4c4cc310c 100644 --- a/drivers/staging/mt7621-mmc/mt6575_sd.h +++ b/drivers/staging/mt7621-mmc/mt6575_sd.h @@ -955,7 +955,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.11.0