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

Commit 72ed116f authored by Josenivaldo Benito Jr's avatar Josenivaldo Benito Jr Committed by Greg Kroah-Hartman
Browse files

Staging: sm7xx: smtcfb.h: fix sparse error



Declaration between .h and .c was mismatched. Matched both declara
tions avoiding an sparse check error.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c8100d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#define dac_reg	(0x3c8)
#define dac_val	(0x3c9)

extern char *smtc_RegBaseAddress;
extern char __iomem *smtc_RegBaseAddress;
#define smtc_mmiowb(dat, reg)	writeb(dat, smtc_RegBaseAddress + reg)
#define smtc_mmioww(dat, reg)	writew(dat, smtc_RegBaseAddress + reg)
#define smtc_mmiowl(dat, reg)	writel(dat, smtc_RegBaseAddress + reg)