scsi: ufs: remove unused macro

This patch simply remove unused macro POWER_MODE_RETRIES.

Change-Id: Ie131e0d629d68eb90516c34021f3caa6f6db87a9
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
This commit is contained in:
Yaniv Gardi 2015-06-02 16:52:39 +03:00 committed by David Keitel
parent 05a8fb985d
commit d0d9231d23

View file

@ -164,9 +164,6 @@ void update_req_stats(struct ufs_hba *hba, struct ufshcd_lrb *lrbp)
/* UIC command timeout, unit: ms */ /* UIC command timeout, unit: ms */
#define UIC_CMD_TIMEOUT 500 #define UIC_CMD_TIMEOUT 500
/* Retries waiting for doorbells to clear */
#define POWER_MODE_RETRIES 10
/* NOP OUT retries waiting for NOP IN response */ /* NOP OUT retries waiting for NOP IN response */
#define NOP_OUT_RETRIES 10 #define NOP_OUT_RETRIES 10
/* Timeout after 30 msecs if NOP OUT hangs without response */ /* Timeout after 30 msecs if NOP OUT hangs without response */