From: Devendra Naga Date: Fri, 24 Oct 2014 20:31:55 +0000 (+0530) Subject: staging: gs_fpgpaboot: fix compiler warning with make W=1 X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5841ff372c3c79c266ef383e7faee8206f0f757;p=pandora-kernel.git staging: gs_fpgpaboot: fix compiler warning with make W=1 the following compiler warning has been fixed: drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_read_bitstream’: drivers/staging/gs_fpgaboot/gs_fpgaboot.c:160:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] CC drivers/staging/gs_fpgaboot/io.o LD drivers/staging/gs_fpgaboot/gs_fpga.o LD drivers/staging/gs_fpgaboot/built-in.o by removing the size variable. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed