mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
Blackfin: mark bfin_reset static
The function is only used locally, so mark it static. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
974473caa7
commit
2decc2a8d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue