Declaration between .h and .c was mismatched. Matched both declara
tions avoiding an sparse check error.
---
 drivers/staging/sm7xx/smtcfb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/sm7xx/smtcfb.h b/drivers/staging/sm7xx/smtcfb.h
index c5e6989..ab95af2 100644
--- a/drivers/staging/sm7xx/smtcfb.h
+++ b/drivers/staging/sm7xx/smtcfb.h
@@ -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)
--
1.7.9

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to