Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: mt7621-mmc: Remove unused macro sdr_write8



The macro sdr_write8 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 85e25ffc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -947,8 +947,6 @@ struct msdc_host {
	u32                         app_cmd_arg;
};

#define sdr_write8(reg, val)      writeb(val, reg)

static inline void sdr_set_bits(void __iomem *reg, u32 bs)
{
	u32 val = readl(reg);