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

staging: mt7621:mmc: Remove unused field reserved from msdc_host

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: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ed4ba29e
...@@ -955,7 +955,6 @@ struct msdc_host { ...@@ -955,7 +955,6 @@ struct msdc_host {
u8 power_mode; /* host power mode */ u8 power_mode; /* host power mode */
u8 card_inserted; /* card inserted ? */ u8 card_inserted; /* card inserted ? */
u8 suspend; /* host suspended ? */ u8 suspend; /* host suspended ? */
u8 reserved;
u8 app_cmd; /* for app command */ u8 app_cmd; /* for app command */
u32 app_cmd_arg; u32 app_cmd_arg;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment