Commit 447d7403 authored by Michael Welling's avatar Michael Welling Committed by Greg Kroah-Hartman

STAGING: cxt1e1: Remove volatile variable

Removes volatile variable.
Signed-off-by: default avatarMichael Welling <mwelling@ieee.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f3062981
...@@ -286,7 +286,7 @@ static u_int32_t pmc_eeprom_read(long addr, long mem_offset) ...@@ -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) 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; int count;
if (!ByteReverseBuilt) if (!ByteReverseBuilt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment