OSDN Git Service

staging: mt7621:mmc: Remove unused field reserved from msdc_host
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 18 Apr 2018 15:27:45 +0000 (17:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:37:55 +0000 (15:37 +0200)
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@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/mt6575_sd.h

index 1867e8b..d2c4c4c 100644 (file)
@@ -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;
 };