diff options
Diffstat (limited to 'include/net/mpls_iptunnel.h')
-rw-r--r-- | include/net/mpls_iptunnel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mpls_iptunnel.h b/include/net/mpls_iptunnel.h index 4757997f76ed..179253f9dcfd 100644 --- a/include/net/mpls_iptunnel.h +++ b/include/net/mpls_iptunnel.h | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | struct mpls_iptunnel_encap { | 19 | struct mpls_iptunnel_encap { |
20 | u32 label[MAX_NEW_LABELS]; | 20 | u32 label[MAX_NEW_LABELS]; |
21 | u32 labels; | 21 | u8 labels; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | static inline struct mpls_iptunnel_encap *mpls_lwtunnel_encap(struct lwtunnel_state *lwtstate) | 24 | static inline struct mpls_iptunnel_encap *mpls_lwtunnel_encap(struct lwtunnel_state *lwtstate) |