diff options
Diffstat (limited to 'arch/mips')
-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 | ||