diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-24 17:58:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-24 17:58:08 -0400 |
commit | e2178f199b341cc3e3ac86be50a54b0d8d8a132f (patch) | |
tree | bfed621277dc03364b69028fd2bb47c6deab32f4 /include/asm-ppc | |
parent | 28a6815979b4eff29956549d62f72582a81f041e (diff) |
[PATCH] ppc trivial iomem annotations: chrp
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/hydra.h | 2 |
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 | ||
54 | extern volatile struct Hydra *Hydra; | 54 | extern volatile struct Hydra __iomem *Hydra; |
55 | 55 | ||
56 | 56 | ||
57 | /* | 57 | /* |