summaryrefslogtreecommitdiff
path: root/include/net/mip6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mip6.h')
-rw-r--r--include/net/mip6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mip6.h b/include/net/mip6.h
index f1c28971c362..67cd7e50804c 100644
--- a/include/net/mip6.h
+++ b/include/net/mip6.h
@@ -25,7 +25,7 @@ struct ip6_mh {
__u8 ip6mh_reserved;
__u16 ip6mh_cksum;
/* Followed by type specific messages */
- __u8 data[0];
+ __u8 data[];
} __packed;
#define IP6_MH_TYPE_BRR 0 /* Binding Refresh Request */