From: Devendra Naga Date: Fri, 24 Oct 2014 20:31:56 +0000 (+0530) Subject: staging: gs_fpgaboot: fix a compiler warning with make W=2 X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~683 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e9cd6b5c42d021cc0a2dac7d6e49e9d9dfa037;p=pandora-kernel.git staging: gs_fpgaboot: fix a compiler warning with make W=2 The below warning is fixed: drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_load_image’: drivers/staging/gs_fpgaboot/gs_fpgaboot.c:196:58: warning: declaration of ‘file’ shadows a global declaration [-Wshadow] drivers/staging/gs_fpgaboot/gs_fpgaboot.c:45:14: warning: shadowed declaration is here [-Wshadow] by renaming file function argument of gs_load_image with fw_file. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed