]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit458a9ba674756840a7a6a0050912a15ab92c785d
treeea222f5d3afc45b6084dfa1861d183d5d5341867
parent90f31bc7efafb7c13065bed0011239a7876f5e52
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]