From: Mike Frysinger Date: Sun, 12 Oct 2008 01:49:06 +0000 (-0400) Subject: Blackfin: mark bfin_reset static X-Git-Tag: v2009.06-rc1~138^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2decc2a8d17a5397cb5956e46c8466c736e305a2;p=platform%2Fkernel%2Fu-boot.git Blackfin: mark bfin_reset static The function is only used locally, so mark it static. Signed-off-by: Mike Frysinger --- diff --git a/cpu/blackfin/reset.c b/cpu/blackfin/reset.c index 284cea5..e3be740 100644 --- a/cpu/blackfin/reset.c +++ b/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