diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h index 984dbfa15e13f199682825fa10e0f295be9102ad..81cf11c931e4457e933906ce9fdac9d27aab7358 100644 --- a/include/net/ip_tunnels.h +++ b/include/net/ip_tunnels.h @@ -36,7 +36,7 @@ struct ip_tunnel_key { __u8 ipv4_ttl; __be16 tp_src; __be16 tp_dst; -} __packed __aligned(4); /* Minimize padding. */ +}; /* Indicates whether the tunnel info structure represents receive * or transmit tunnel parameters.