mirror of https://github.com/ipxe/ipxe.git
make multiboot_load static
parent
dc38303ff9
commit
9a4790667a
|
@ -360,7 +360,7 @@ static int multiboot_load_elf ( struct image *image ) {
|
|||
* @v image Multiboot file
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
int multiboot_load ( struct image *image ) {
|
||||
static int multiboot_load ( struct image *image ) {
|
||||
struct multiboot_header_info hdr;
|
||||
int rc;
|
||||
|
||||
|
|
Loading…
Reference in New Issue