Add yet another missing ALIGN2 on a global declaration.
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Jul 2012 10:58:41 +0000 (12:58 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Jul 2012 10:58:41 +0000 (12:58 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/common.h

index 4fa0471de345f9fa454d8331ecf36916600bef48..0e8e45fd2a7378abe56401985743e64a6e50f516 100644 (file)
@@ -14,7 +14,7 @@
 
 PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 
-extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */
+extern const uint8_t MAC_BCAST_ADDR[6] ALIGN2; /* six all-ones */
 
 
 /*** DHCP packet ***/