提交 fd3f401b 编写于 作者: J Jeroen Hofstee 提交者: Tom Rini

omap3: board: trivial: add void for no args

Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
上级 403edbb9
...@@ -147,7 +147,7 @@ void secure_unlock_mem(void) ...@@ -147,7 +147,7 @@ void secure_unlock_mem(void)
* configure secure registers and exit secure world * configure secure registers and exit secure world
* general use. * general use.
*****************************************************************************/ *****************************************************************************/
void secureworld_exit() void secureworld_exit(void)
{ {
unsigned long i; unsigned long i;
...@@ -178,7 +178,7 @@ void secureworld_exit() ...@@ -178,7 +178,7 @@ void secureworld_exit()
* Description: If chip is GP/EMU(special) type, unlock the SRAM for * Description: If chip is GP/EMU(special) type, unlock the SRAM for
* general use. * general use.
*****************************************************************************/ *****************************************************************************/
void try_unlock_memory() void try_unlock_memory(void)
{ {
int mode; int mode;
int in_sdram = is_running_in_sdram(); int in_sdram = is_running_in_sdram();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册