vxlan_core: move common declarations to private header file
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:30 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:38:02 +0000 (08:38 +0000)
commit76fc217d7fb11437b9395a6e61cd2e11b17220f0
treeea222f5d3afc45b6084dfa1861d183d5d5341867
parentfba55a66e8ecd1855a77df7e6f296cc5ccffa202
vxlan_core: move common declarations to private header file

This patch moves common structures and global declarations
to a shared private headerfile vxlan_private.h. Subsequent
patches use this header file as a common header file for
additional shared declarations.

Signed-off-by: Roopa Prabhu <roopa@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c
drivers/net/vxlan/vxlan_private.h [new file with mode: 0644]