diff options
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
15 | 15 | ||
16 | /* Please conditionalize exotic protocols on CONFIG_something */ | 16 | /* Please conditionalize exotic protocols on CONFIG_something */ |
17 | 17 | ||
18 | static const uint16_t llproto_ids[] = { | 18 | static const uint16_t llproto_ids[] ALIGN2 = { |
19 | #define __PF(f,n) ETH_P_##f, | 19 | #define __PF(f,n) ETH_P_##f, |
20 | __PF(LOOP,loop) | 20 | __PF(LOOP,loop) |
21 | __PF(PUP,pup) | 21 | __PF(PUP,pup) |