On 13/03/2023 16:53, Ido Schimmel wrote: > Move the helpers out of the core C file to the private header so that > they could be used by the upcoming MDB code. > > While at it, constify the second argument of vxlan_nla_get_addr(). > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > drivers/net/vxlan/vxlan_core.c | 47 ------------------------------- > drivers/net/vxlan/vxlan_private.h | 45 +++++++++++++++++++++++++++++ > 2 files changed, 45 insertions(+), 47 deletions(-) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>