OSDN Git Service

staging: mt7621-mmc: Remove unused field starttime from msdc_host
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 18 Apr 2018 15:27:44 +0000 (17:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:37:55 +0000 (15:37 +0200)
The starttime field of msdc_host is never used, remove it.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/mt6575_sd.h

index 578f23a..1867e8b 100644 (file)
@@ -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)