2009-05-26 Pavel Roskin <proski@gnu.org>
* util/getroot.c (grub_util_get_dev_abstraction): Mark os_dev as possibly unused.
This commit is contained in:
parent
8c2cab5106
commit
cd0d5e3040
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-05-26 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* util/getroot.c (grub_util_get_dev_abstraction): Mark os_dev as
|
||||||
|
possibly unused.
|
||||||
|
|
||||||
2009-05-25 Christian Franke <franke@computer.org>
|
2009-05-25 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
* disk/ata.c (grub_ata_wait_not_busy): Add debug output of status
|
* disk/ata.c (grub_ata_wait_not_busy): Add debug output of status
|
||||||
|
|
|
@ -398,7 +398,7 @@ grub_guess_root_device (const char *dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
grub_util_get_dev_abstraction (const char *os_dev)
|
grub_util_get_dev_abstraction (const char *os_dev UNUSED)
|
||||||
{
|
{
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
/* Check for LVM. */
|
/* Check for LVM. */
|
||||||
|
|
Loading…
Reference in a new issue