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

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: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5045adc1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */