aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/hydra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/hydra.h b/include/asm-ppc/hydra.h
index 1134431431da..833a8aff2a80 100644
--- a/include/asm-ppc/hydra.h
+++ b/include/asm-ppc/hydra.h
@@ -51,7 +51,7 @@ struct Hydra {
51 char OpenPIC[0x40000]; 51 char OpenPIC[0x40000];
52}; 52};
53 53
54extern volatile struct Hydra *Hydra; 54extern volatile struct Hydra __iomem *Hydra;
55 55
56 56
57 /* 57 /*