]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3: board: trivial: add void for no args
authorJeroen Hofstee <jeroen@myspectrum.nl>
Mon, 16 Jun 2014 21:22:23 +0000 (23:22 +0200)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 21:53:58 +0000 (17:53 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
arch/arm/cpu/armv7/omap3/board.c

index 9bb1a1c8f9af6d49345d0996f335126935a3fcb2..2f9c93951e54a22f764b5dfccab6f466429f5785 100644 (file)
@@ -147,7 +147,7 @@ void secure_unlock_mem(void)
  *             configure secure registers and exit secure world
  *              general use.
  *****************************************************************************/
-void secureworld_exit()
+void secureworld_exit(void)
 {
        unsigned long i;
 
@@ -178,7 +178,7 @@ void secureworld_exit()
  * Description: If chip is GP/EMU(special) type, unlock the SRAM for
  *              general use.
  *****************************************************************************/
-void try_unlock_memory()
+void try_unlock_memory(void)
 {
        int mode;
        int in_sdram = is_running_in_sdram();