staging: mt7621-mmc: Remove unused macro sdr_read8

The macro sdr_read8 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:
Christian Lütke-Stetzkamp 2018-06-16 16:14:44 +02:00 committed by Greg Kroah-Hartman
parent e988d35a62
commit 85e25ffc99
1 changed files with 0 additions and 1 deletions

View File

@ -947,7 +947,6 @@ struct msdc_host {
u32 app_cmd_arg;
};
#define sdr_read8(reg) readb(reg)
#define sdr_write8(reg, val) writeb(val, reg)
static inline void sdr_set_bits(void __iomem *reg, u32 bs)