summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sgi/mc.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-04-26 16:46:24 +0200
committerRalf Baechle <ralf@linux-mips.org>2007-04-27 17:20:23 +0200
commit78709b9df35346965b214e0e548412748d147776 (patch)
treeb2121c099b1a99901aed86921cce59e1f40d3bea /include/asm-mips/sgi/mc.h
parent[MIPS] JMR3927 cleanup (diff)
downloadlinux-78709b9df35346965b214e0e548412748d147776.tar.xz
linux-78709b9df35346965b214e0e548412748d147776.zip
[MIPS] IP22: Get rid of volatile in IP22 core code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--include/asm-mips/sgi/mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/sgi/mc.h b/include/asm-mips/sgi/mc.h
index c52f7834c7c8..1576c2394de8 100644
--- a/include/asm-mips/sgi/mc.h
+++ b/include/asm-mips/sgi/mc.h
@@ -57,7 +57,7 @@ struct sgimc_regs {
volatile u32 divider; /* Divider reg for RPSS */
u32 _unused5;
- volatile u32 eeprom; /* EEPROM byte reg for r4k */
+ u32 eeprom; /* EEPROM byte reg for r4k */
#define SGIMC_EEPROM_PRE 0x00000001 /* eeprom chip PRE pin assertion */
#define SGIMC_EEPROM_CSEL 0x00000002 /* Active high, eeprom chip select */
#define SGIMC_EEPROM_SECLOCK 0x00000004 /* EEPROM serial clock */