Skip to content

Commit

Permalink
Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.h
Browse files Browse the repository at this point in the history
This patch fixes the Sparse Warning: "symbol 'bootimage'
was not declared. Should it be static?" in boot.h

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ebru Akagunduz authored and Greg Kroah-Hartman committed Oct 27, 2013
1 parent 40c2f55 commit bfb3af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ft1000/ft1000-pcmcia/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb3af4

Please sign in to comment.