grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS grub_machine_get_bootlocation arguments are used
@ 2013-11-16  5:25 Andrey Borzenkov
  2013-11-16 12:51 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-11-16  5:25 UTC (permalink / raw)
  To: grub-devel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS grub_machine_get_bootlocation arguments are used
  2013-11-16  5:25 [PATCH] MIPS grub_machine_get_bootlocation arguments are used Andrey Borzenkov
@ 2013-11-16 12:51 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-11-16 12:51 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

Go ahead
On 16.11.2013 06:25, Andrey Borzenkov wrote:
> ---
>  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;
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-16 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16  5:25 [PATCH] MIPS grub_machine_get_bootlocation arguments are used Andrey Borzenkov
2013-11-16 12:51 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).