9
0
Fork 0

armlinux: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 08:28:01 +02:00
parent 488e2c3d79
commit 076056d6fc
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
#include <asm/global_data.h>
#include <asm/setup.h>
#include <asm/barebox-arm.h>
#include <asm/armlinux.h>
static struct tag *params;
static int armlinux_architecture = 0;
@ -207,7 +208,7 @@ void armlinux_set_serial(u64 serial)
}
#ifdef CONFIG_CMD_BOOTM
int do_bootm_linux(struct image_data *data)
static int do_bootm_linux(struct image_data *data)
{
void (*theKernel)(int zero, int arch, void *params);
image_header_t *os_header = &data->os->header;