Fix grub_machine_fini bitrot.

Reported by: Glenn Washburn.
This commit is contained in:
Vladimir Serbinenko 2013-11-10 13:33:26 +01:00
parent c61471fc8b
commit 33690255c5
8 changed files with 16 additions and 7 deletions

View file

@ -113,7 +113,7 @@ grub_machine_init (void)
void
grub_machine_fini (void)
grub_machine_fini (int flags __attribute__ ((unused)))
{
}