multiboot2: Remove useless GRUB_PACKED

Reported by: Daniel Kiper
This commit is contained in:
Vladimir Serbinenko 2016-03-10 21:16:10 +01:00
parent 9545a8fd04
commit 7f2a856fae
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ struct multiboot_mmap_entry
#define MULTIBOOT_MEMORY_BADRAM 5
multiboot_uint32_t type;
multiboot_uint32_t zero;
} GRUB_PACKED;
};
typedef struct multiboot_mmap_entry multiboot_memory_map_t;
struct multiboot_tag