[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>
このコミットが含まれているのは:
Arnaud Giersch
2005-11-13 00:38:18 +01:00
committed by Ralf Baechle
コミット 59f145d28c
3個のファイルの変更4行の追加4行の削除

ファイルの表示

@@ -19,8 +19,8 @@
#include <asm/ip32/crime.h>
#include <asm/ip32/mace.h>
struct sgi_crime *crime;
struct sgi_mace *mace;
struct sgi_crime __iomem *crime;
struct sgi_mace __iomem *mace;
EXPORT_SYMBOL_GPL(mace);