Commit be6e1437 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] vpe_elfload and vpe_run are only used locally, make them static.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 418451c1
...@@ -695,7 +695,7 @@ static void dump_tclist(void) ...@@ -695,7 +695,7 @@ static void dump_tclist(void)
} }
/* We are prepared so configure and start the VPE... */ /* We are prepared so configure and start the VPE... */
int vpe_run(struct vpe * v) static int vpe_run(struct vpe * v)
{ {
struct vpe_notifications *n; struct vpe_notifications *n;
unsigned long val, dmt_flag; unsigned long val, dmt_flag;
...@@ -832,7 +832,7 @@ static int find_vpe_symbols(struct vpe * v, Elf_Shdr * sechdrs, ...@@ -832,7 +832,7 @@ static int find_vpe_symbols(struct vpe * v, Elf_Shdr * sechdrs,
* contents of the program (p)buffer performing relocatations/etc, free's it * contents of the program (p)buffer performing relocatations/etc, free's it
* when finished. * when finished.
*/ */
int vpe_elfload(struct vpe * v) static int vpe_elfload(struct vpe * v)
{ {
Elf_Ehdr *hdr; Elf_Ehdr *hdr;
Elf_Shdr *sechdrs; Elf_Shdr *sechdrs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment