Explorar o código

Blackfin: mark bfin_reset static

The function is only used locally, so mark it static.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger %!s(int64=16) %!d(string=hai) anos
pai
achega
2decc2a8d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cpu/blackfin/reset.c

+ 1 - 1
cpu/blackfin/reset.c

@@ -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