Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
[firefly-linux-kernel-4.4.55.git] / include / net / ip6_tunnel.h
index fbf9d1cda27b07d178a51ee30a21bf1ad122fb0a..fc94ec568a50a54db39053b9bdcf0d862c7eba9a 100644 (file)
@@ -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