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>
This commit is contained in:
Michael Welling 2014-03-23 11:16:36 -05:00 committed by Greg Kroah-Hartman
parent f30629812e
commit 447d7403a6

View File

@ -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)