diff options
author | Arnaud Giersch <arnaud.giersch@free.fr> | 2005-11-12 18:38:18 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 11:23:48 -0500 |
commit | 59f145d28ce853b13dafdfab438c48f3ead0b38e (patch) | |
tree | e758652a96e8d63ac2b413bcba4266743af09d78 /include/asm-mips/ip32/mace.h | |
parent | 84c493d8e143360cfba3efede97e5a93d62c4d3d (diff) |
[MIPS] IP32: Fix sparse warnings.
Add __iomem qualifier to crime and mace pointers.
Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/ip32/mace.h')
-rw-r--r-- | include/asm-mips/ip32/mace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/ip32/mace.h b/include/asm-mips/ip32/mace.h index e514efe44c06..990082c81f39 100644 --- a/include/asm-mips/ip32/mace.h +++ b/include/asm-mips/ip32/mace.h | |||
@@ -363,6 +363,6 @@ struct sgi_mace { | |||
363 | char _pad6[0x80000 - sizeof(struct mace_isa)]; | 363 | char _pad6[0x80000 - sizeof(struct mace_isa)]; |
364 | }; | 364 | }; |
365 | 365 | ||
366 | extern struct sgi_mace *mace; | 366 | extern struct sgi_mace __iomem *mace; |
367 | 367 | ||
368 | #endif /* __ASM_MACE_H__ */ | 368 | #endif /* __ASM_MACE_H__ */ |