Commit ed4ba29e authored by Christian Lütke-Stetzkamp's avatar Christian Lütke-Stetzkamp Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-mmc: Remove unused field starttime from msdc_host



The starttime field of msdc_host is never used, remove it.

Signed-off-by: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8cfb4937
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)