+2013-11-16 Andrey Borzenkov <arvidjaar@gmail.com>
+
+ * grub-core/kern/mips/arc/init.c (grub_machine_get_bootlocation):
+ Remove "unused" attribute from arguments, they are used.
+
2013-11-15 Colin Watson <cjwatson@debian.org>
* .gitignore: Only ignore grub-mk* at the top level.
}
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;