projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974473c
)
Blackfin: mark bfin_reset static
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 12 Oct 2008 01:49:06 +0000
(21:49 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/cpu/blackfin/reset.c
b/cpu/blackfin/reset.c
index 284cea579d0bad4a035b3c24c7c900a32557e544..e3be7407115a4d3de43a3d39ae7937db476944b9 100644
(file)
--- 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