grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] MIPS grub_machine_get_bootlocation arguments are used


From: Andrey Borzenkov
Subject: [PATCH] MIPS grub_machine_get_bootlocation arguments are used
Date: Sat, 16 Nov 2013 09:25:51 +0400

---
 grub-core/kern/mips/arc/init.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/grub-core/kern/mips/arc/init.c b/grub-core/kern/mips/arc/init.c
index f12026e..cb6c228 100644
--- a/grub-core/kern/mips/arc/init.c
+++ b/grub-core/kern/mips/arc/init.c
@@ -355,8 +355,7 @@ get_device_name_iter (grub_disk_t disk __attribute__ 
((unused)),
 }
 
 void
-grub_machine_get_bootlocation (char **device __attribute__ ((unused)),
-                              char **path __attribute__ ((unused)))
+grub_machine_get_bootlocation (char **device, char **path)
 {
   char *loaddev = boot_location;
   char *pptr, *partptr;
-- 
tg: (59ba9d1..) u/get_bootlocation (depends on: master)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]