arc: Do not create spurious variable grub_arc_memory_type_t.

This commit is contained in:
Vladimir Serbinenko 2017-08-30 15:18:24 +02:00
parent 5435aaac3c
commit 3d86efda00

View file

@ -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
{ {