diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-04-26 15:46:24 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 16:20:23 +0100 |
commit | 78709b9df35346965b214e0e548412748d147776 (patch) | |
tree | b2121c099b1a99901aed86921cce59e1f40d3bea /include/asm-mips/sgi/hpc3.h | |
parent | 2127435e57a15f1fea8d6969e264eeb05b28ba4b (diff) | |
download | talos-op-linux-78709b9df35346965b214e0e548412748d147776.tar.gz talos-op-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 'include/asm-mips/sgi/hpc3.h')
-rw-r--r-- | include/asm-mips/sgi/hpc3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/sgi/hpc3.h b/include/asm-mips/sgi/hpc3.h index fcec52bafb25..c4729f531919 100644 --- a/include/asm-mips/sgi/hpc3.h +++ b/include/asm-mips/sgi/hpc3.h @@ -206,7 +206,7 @@ struct hpc3_regs { #define HPC3_GIOMISC_ERTIME 0x1 /* Enable external timer real time. */ #define HPC3_GIOMISC_DENDIAN 0x2 /* dma descriptor endian, 1=lit 0=big */ - volatile u32 eeprom; /* EEPROM data reg. */ + u32 eeprom; /* EEPROM data reg. */ #define HPC3_EEPROM_EPROT 0x01 /* Protect register enable */ #define HPC3_EEPROM_CSEL 0x02 /* Chip select */ #define HPC3_EEPROM_ECLK 0x04 /* EEPROM clock */ |