mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging: mt7621-mmc: Remove unused field cmd_rsp_done of msdc_host
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5045adc1c8
commit
c8f203a6f0
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user