staging: mt7621-mmc: Remove unused field cmd_rsp_done of msdc_host
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 18 Apr 2018 15:27:49 +0000 (17:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:37:57 +0000 (15:37 +0200)
The cmd_rsp_done field of msdc_host is never used, so 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 5e9d0cd..002eabb 100644 (file)
@@ -908,7 +908,6 @@ struct msdc_host {
        struct mmc_data             *data;
        struct mmc_request          *mrq;
        int                         cmd_rsp;
-       int                         cmd_rsp_done;
 
        int                         error;
        spinlock_t                  lock;           /* mutex */