arc: Do not create spurious variable grub_arc_memory_type_t.
This commit is contained in:
parent
5435aaac3c
commit
3d86efda00
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ enum grub_arc_memory_type
|
||||||
#ifndef GRUB_CPU_WORDS_BIGENDIAN
|
#ifndef GRUB_CPU_WORDS_BIGENDIAN
|
||||||
GRUB_ARC_MEMORY_FREE_CONTIGUOUS,
|
GRUB_ARC_MEMORY_FREE_CONTIGUOUS,
|
||||||
#endif
|
#endif
|
||||||
} grub_arc_memory_type_t;
|
};
|
||||||
|
|
||||||
struct grub_arc_timeinfo
|
struct grub_arc_timeinfo
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue