9
0
Fork 0

return is not a function

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-08-18 12:25:55 +02:00
parent f24f72ded4
commit 66457f42e4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ int cleanup_before_linux (void)
/* flush I/D-cache */
i = 0;
asm ("mcr p15, 0, %0, c7, c7, 0": :"r" (i));
return (0);
return 0;
}
/**
* @page arm_boot_preparation Linux Preparation on ARM