diff options
Diffstat (limited to 'include/net/ip6_tunnel.h')
| -rw-r--r-- | include/net/ip6_tunnel.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h index fbf9d1cda27..fc94ec568a5 100644 --- a/include/net/ip6_tunnel.h +++ b/include/net/ip6_tunnel.h @@ -27,6 +27,6 @@ struct ipv6_tlv_tnl_enc_lim {  	__u8 type;		/* type-code for option         */  	__u8 length;		/* option length                */  	__u8 encap_limit;	/* tunnel encapsulation limit   */ -} __attribute__ ((packed)); +} __packed;  #endif  |