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 /arch/mips/sgi-ip32 | |
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 'arch/mips/sgi-ip32')
-rw-r--r-- | arch/mips/sgi-ip32/crime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip32/crime.c b/arch/mips/sgi-ip32/crime.c index 52cc6d994fd8..41b5eca1148c 100644 --- a/arch/mips/sgi-ip32/crime.c +++ b/arch/mips/sgi-ip32/crime.c | |||
@@ -19,8 +19,8 @@ | |||
19 | #include <asm/ip32/crime.h> | 19 | #include <asm/ip32/crime.h> |
20 | #include <asm/ip32/mace.h> | 20 | #include <asm/ip32/mace.h> |
21 | 21 | ||
22 | struct sgi_crime *crime; | 22 | struct sgi_crime __iomem *crime; |
23 | struct sgi_mace *mace; | 23 | struct sgi_mace __iomem *mace; |
24 | 24 | ||
25 | EXPORT_SYMBOL_GPL(mace); | 25 | EXPORT_SYMBOL_GPL(mace); |
26 | 26 | ||