Skip to content
Snippets Groups Projects
Commit 2decc2a8 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: mark bfin_reset static


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

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 974473ca
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* the core reset. * the core reset.
*/ */
__attribute__ ((__l1_text__, __noreturn__)) __attribute__ ((__l1_text__, __noreturn__))
void bfin_reset(void) static void bfin_reset(void)
{ {
/* Wait for completion of "system" events such as cache line /* Wait for completion of "system" events such as cache line
* line fills so that we avoid infinite stalls later on as * line fills so that we avoid infinite stalls later on as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment