Simplify disk opening
This commit is contained in:
parent
00542307eb
commit
0044d1db2e
15 changed files with 29 additions and 49 deletions
|
@ -454,8 +454,7 @@ get_device (struct grub_efidisk_data *devices, int num)
|
|||
}
|
||||
|
||||
static grub_err_t
|
||||
grub_efidisk_open (const char *name, struct grub_disk *disk,
|
||||
grub_disk_pull_t pull __attribute__ ((unused)))
|
||||
grub_efidisk_open (const char *name, struct grub_disk *disk)
|
||||
{
|
||||
int num;
|
||||
struct grub_efidisk_data *d = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue