* 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:
Vladimir 'phcoder' Serbinenko 2013-10-09 07:16:20 +02:00
parent 3837a151e0
commit 37149a2f20
3 changed files with 8 additions and 6 deletions

View file

@ -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);