diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-24 14:58:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-24 14:58:08 -0700 |
commit | e2178f199b341cc3e3ac86be50a54b0d8d8a132f (patch) | |
tree | bfed621277dc03364b69028fd2bb47c6deab32f4 /include | |
parent | 28a6815979b4eff29956549d62f72582a81f041e (diff) | |
download | blackbird-obmc-linux-e2178f199b341cc3e3ac86be50a54b0d8d8a132f.tar.gz blackbird-obmc-linux-e2178f199b341cc3e3ac86be50a54b0d8d8a132f.zip |
[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')
-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 { char OpenPIC[0x40000]; }; -extern volatile struct Hydra *Hydra; +extern volatile struct Hydra __iomem *Hydra; /* |