summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm7xxfb/sm7xx.h
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2012-09-17 16:12:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-17 14:57:52 -0700
commit5d0c77026be682141eef24fdb10e4f2d39df7ccb (patch)
tree65cd6c4f1422bedb8a9e7521c19f2ebef392c2d3 /drivers/staging/sm7xxfb/sm7xx.h
parent20d471c447d5fede8d0d2b3618450d9ab8d82da9 (diff)
downloadop-kernel-dev-5d0c77026be682141eef24fdb10e4f2d39df7ccb.zip
op-kernel-dev-5d0c77026be682141eef24fdb10e4f2d39df7ccb.tar.gz
staging: sm7xxfb: annotate iomem pointers
This patch annotates iomem pointers. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm7xxfb/sm7xx.h')
-rw-r--r--drivers/staging/sm7xxfb/sm7xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm7xxfb/sm7xx.h b/drivers/staging/sm7xxfb/sm7xx.h
index 333f33c..8599861 100644
--- a/drivers/staging/sm7xxfb/sm7xx.h
+++ b/drivers/staging/sm7xxfb/sm7xx.h
@@ -29,7 +29,7 @@
#define dac_reg (0x3c8)
#define dac_val (0x3c9)
-extern char __iomem *smtc_RegBaseAddress;
+extern void __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)
OpenPOWER on IntegriCloud