]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/ip32/crime.h
[ALSA] Update SNDRV_HWDEP_IFACE_LAST
[linux-2.6-omap-h63xx.git] / include / asm-mips / ip32 / crime.h
index 152879bae20ff64d82a59a9dc34e5cb586733e0c..7c36b0e5b1c64b5879ea5546fd832de782887749 100644 (file)
@@ -17,9 +17,6 @@
  */
 #define CRIME_BASE     0x14000000      /* physical */
 
-#undef BIT
-#define BIT(x) (1UL << (x))
-
 struct sgi_crime {
        volatile unsigned long id;
 #define CRIME_ID_MASK                  0xff
@@ -154,7 +151,7 @@ struct sgi_crime {
 #define CRIME_MEM_ERROR_ECC_REPL_MASK  0xffffffff
 };
 
-extern struct sgi_crime *crime;
+extern struct sgi_crime __iomem *crime;
 
 #define CRIME_HI_MEM_BASE      0x40000000      /* this is where whole 1G of RAM is mapped */