]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap3/board.c
omap3: make local functions static
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / board.c
index 667e77ff05ba22429fdf101e0884856e5eb54e62..08f8363ad38a0df9210a85c7b2a87e0968f83df5 100644 (file)
@@ -266,7 +266,7 @@ int __weak misc_init_r(void)
  * Routine: wait_for_command_complete
  * Description: Wait for posting to finish on watchdog
  *****************************************************************************/
-void wait_for_command_complete(struct watchdog *wd_base)
+static void wait_for_command_complete(struct watchdog *wd_base)
 {
        int pending = 1;
        do {