From: Ebru Akagunduz Date: Tue, 22 Oct 2013 23:54:33 +0000 (+0300) Subject: Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.h X-Git-Tag: upstream/snapshot3+hdmi~4059^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfb3af4ebcdec5d5cb83ed1de31d5b892ec926ea;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.h This patch fixes the Sparse Warning: "symbol 'bootimage' was not declared. Should it be static?" in boot.h Signed-off-by: Ebru Akagunduz Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-pcmcia/boot.h b/drivers/staging/ft1000/ft1000-pcmcia/boot.h index 1fc4ac1..9dce54e 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/boot.h +++ b/drivers/staging/ft1000/ft1000-pcmcia/boot.h @@ -27,7 +27,7 @@ #define _BOOTH_ // Official bootloader -unsigned char bootimage [] = { +static unsigned char bootimage [] = { 0x00,0x00,0x01,0x5E,0x00,0x00 ,0x00,0x00,0x00,0x00,0x02,0xD7 ,0x00,0x00,0x01,0x5E,0x46,0xB3