From 84fc645605827d53aa3e749dfff309978b1bc73d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 May 2019 17:29:24 +0200 Subject: *: slap on a few ALIGN1/2s where appropriate The result of looking at "grep -F -B2 '*fill*' busybox_unstripped.map" text data bss dec hex filename 952537 485 7296 960318 ea73e busybox_old 952527 485 7296 960308 ea734 busybox_unstripped Signed-off-by: Denys Vlasenko --- networking/libiproute/ll_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 7d46221ac..611e0a2c9 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -15,7 +15,7 @@ /* Please conditionalize exotic protocols on CONFIG_something */ -static const uint16_t llproto_ids[] = { +static const uint16_t llproto_ids[] ALIGN2 = { #define __PF(f,n) ETH_P_##f, __PF(LOOP,loop) __PF(PUP,pup) -- cgit v1.2.3