]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
multiboot2: Remove useless GRUB_PACKED
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 10 Mar 2016 20:16:10 +0000 (21:16 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 10 Mar 2016 20:16:10 +0000 (21:16 +0100)
Reported by: Daniel Kiper

include/multiboot2.h

index 9d4862759af38eb5a9d0fecb1807ef50ba791dee..8b8c1568ae32239d73ad80a3ca64010556d57099 100644 (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