mirror of https://gitee.com/openkylin/linux.git
staging: mt7621-mmc: Remove unused macro msdc_rxfifocnt
The macro msdc_rxfifocnt 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:
parent
98336f9924
commit
09cb808cfd
|
@ -147,8 +147,6 @@ static int msdc_rsp[] = {
|
|||
7, /* RESP_R1b */
|
||||
};
|
||||
|
||||
#define msdc_rxfifocnt() ((sdr_read32(MSDC_FIFOCS) & MSDC_FIFOCS_RXCNT) >> 0)
|
||||
|
||||
#define msdc_dma_on() sdr_clr_bits(MSDC_CFG, MSDC_CFG_PIO)
|
||||
|
||||
#define msdc_retry(expr, retry, cnt) \
|
||||
|
|
Loading…
Reference in New Issue