net: geneve: fix array of flexible structures warnings
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Oct 2022 03:52:59 +0000 (20:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2022 10:43:04 +0000 (10:43 +0000)
commit8c2a535e089b2ab82cf50c876bd10c8ed33252c9
treef113fe245f2768f83406fd367f73974a1c59f891
parent47aeed9d2ccde99c990ba3163b8d8308ad00df1b
net: geneve: fix array of flexible structures warnings

New compilers don't like flexible array of flexible structs:

  include/net/geneve.h:62:34: warning: array of flexible structures

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/geneve.h