]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Blackfin: mark bfin_reset static
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Oct 2008 01:49:06 +0000 (21:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 23 Mar 2009 19:14:52 +0000 (15:14 -0400)
The function is only used locally, so mark it static.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/reset.c

index 284cea579d0bad4a035b3c24c7c900a32557e544..e3be7407115a4d3de43a3d39ae7937db476944b9 100644 (file)
@@ -20,7 +20,7 @@
  * the core reset.
  */
 __attribute__ ((__l1_text__, __noreturn__))
-void bfin_reset(void)
+static void bfin_reset(void)
 {
        /* Wait for completion of "system" events such as cache line
         * line fills so that we avoid infinite stalls later on as