aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2014-03-23 11:16:36 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-18 15:58:31 -0700
commit447d7403a6f304540bb7fcfa000fc3e56594edf1 (patch)
treef219dad7fd3013f1c02b40b4a628d4cac1d3a712
parentf30629812efe943e6652a82d4773d18a19f694f9 (diff)
STAGING: cxt1e1: Remove volatile variable
Removes volatile variable. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/cxt1e1/pmc93x6_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/pmc93x6_eeprom.c b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
index 572bd2e8a1e..ab6fa73363a 100644
--- a/drivers/staging/cxt1e1/pmc93x6_eeprom.c
+++ b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
@@ -286,7 +286,7 @@ static u_int32_t pmc_eeprom_read(long addr, long mem_offset)
static int pmc_eeprom_write(long addr, long mem_offset, u_int32_t data)
{
- volatile u_int32_t temp;
+ u_int32_t temp;
int count;
if (!ByteReverseBuilt)