diff options
author | Arnaud Giersch <arnaud.giersch@free.fr> | 2005-11-13 00:38:18 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 17:23:48 +0100 |
commit | 59f145d28ce853b13dafdfab438c48f3ead0b38e (patch) | |
tree | e758652a96e8d63ac2b413bcba4266743af09d78 /include/asm-mips/ip32/mace.h | |
parent | [MIPS] IP32 Fix and complete IP32 parport definitions (diff) | |
download | linux-59f145d28ce853b13dafdfab438c48f3ead0b38e.tar.xz linux-59f145d28ce853b13dafdfab438c48f3ead0b38e.zip |
[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 { char _pad6[0x80000 - sizeof(struct mace_isa)]; }; -extern struct sgi_mace *mace; +extern struct sgi_mace __iomem *mace; #endif /* __ASM_MACE_H__ */ |