* include/grub/emu/hostdisk.h (grub_hostdisk_linux_find_partition):
Removed. * grub-core/osdep/linux/hostdisk.c (grub_hostdisk_linux_find_partition): Made static.
This commit is contained in:
parent
3837a151e0
commit
37149a2f20
3 changed files with 8 additions and 6 deletions
|
@ -148,7 +148,7 @@ have_devfs (void)
|
|||
return dev_devfsd_exists;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
grub_hostdisk_linux_find_partition (char *dev, grub_disk_addr_t sector)
|
||||
{
|
||||
size_t len = strlen (dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue