MIPS grub_machine_get_bootlocation arguments are used
This commit is contained in:
parent
59ba9d147f
commit
9e18dfe277
2 changed files with 6 additions and 2 deletions
|
@ -355,8 +355,7 @@ get_device_name_iter (grub_disk_t disk __attribute__ ((unused)),
|
|||
}
|
||||
|
||||
void
|
||||
grub_machine_get_bootlocation (char **device __attribute__ ((unused)),
|
||||
char **path __attribute__ ((unused)))
|
||||
grub_machine_get_bootlocation (char **device, char **path)
|
||||
{
|
||||
char *loaddev = boot_location;
|
||||
char *pptr, *partptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue