diff options
| author | Stefano Babic <sbabic@denx.de> | 2011-11-06 00:42:39 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 20:49:40 +0100 | 
| commit | 69de63e1f23e1529bfe0c3f0327d9c9272f3b9a8 (patch) | |
| tree | e8365051389a770d64279835560d33239ae6fae5 /drivers/fpga | |
| parent | bb82de884005a869efeac4ae1b00891914d7c193 (diff) | |
| download | olio-uboot-2014.01-69de63e1f23e1529bfe0c3f0327d9c9272f3b9a8.tar.xz olio-uboot-2014.01-69de63e1f23e1529bfe0c3f0327d9c9272f3b9a8.zip | |
FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warnings
Fix:
ivm_core.c: In function 'ispVMLCOUNT':
ivm_core.c:2105:16: warning: unused variable 'usByte'
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/fpga')
| -rwxr-xr-x | drivers/fpga/ivm_core.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c index 2b5a485f2..b5a47d1d7 100755 --- a/drivers/fpga/ivm_core.c +++ b/drivers/fpga/ivm_core.c @@ -2102,7 +2102,6 @@ signed char ispVMLCOUNT(unsigned short a_usCountSize)  	unsigned char ucState             = 0;  	unsigned short usDelay            = 0;  	unsigned short usToggle           = 0; -	unsigned char usByte              = 0;  	g_usIntelBufferSize = (unsigned short)ispVMDataSize(); @@ -2171,7 +2170,6 @@ signed char ispVMLCOUNT(unsigned short a_usCountSize)  		ucState            = 0;  		usDelay            = 0;  		usToggle           = 0; -		usByte             = 0;  		usContinue		   = 1;  		/* |