2008-03-30 Pavel Roskin <proski@gnu.org>
* commands/i386/cpuid.c (has_longmode): Make static. * disk/i386/pc/biosdisk.c (cd_drive): Likewise. * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
This commit is contained in:
parent
17c74c21f0
commit
7cdacf9717
4 changed files with 7 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <grub/err.h>
|
||||
#include <grub/term.h>
|
||||
|
||||
int cd_drive = 0;
|
||||
static int cd_drive = 0;
|
||||
|
||||
static int
|
||||
grub_biosdisk_get_drive (const char *name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue