From ed4ba29e02036541101ce5ddf5b3824f5c579b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCtke-Stetzkamp?= Date: Wed, 18 Apr 2018 17:27:44 +0200 Subject: [PATCH] staging: mt7621-mmc: Remove unused field starttime from msdc_host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The starttime field of msdc_host is never used, remove it. 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 578f23a06b63..1867e8b99bff 100644 --- a/drivers/staging/mt7621-mmc/mt6575_sd.h +++ b/drivers/staging/mt7621-mmc/mt6575_sd.h @@ -958,7 +958,6 @@ struct msdc_host { u8 reserved; u8 app_cmd; /* for app command */ u32 app_cmd_arg; - u64 starttime; }; static inline unsigned int uffs(unsigned int x)