aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/vfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sbus/char/vfc.h')
-rw-r--r--drivers/sbus/char/vfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/vfc.h b/drivers/sbus/char/vfc.h
index a7782e7da42e..8045cd5e7cb3 100644
--- a/drivers/sbus/char/vfc.h
+++ b/drivers/sbus/char/vfc.h
@@ -125,7 +125,7 @@ struct vfc_regs {
struct vfc_dev {
- volatile struct vfc_regs *regs;
+ volatile struct vfc_regs __iomem *regs;
struct vfc_regs *phys_regs;
unsigned int control_reg;
struct semaphore device_lock_sem;