OSDN Git Service

net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Fri, 25 Nov 2022 09:50:02 +0000 (10:50 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 29 Nov 2022 12:08:23 +0000 (13:08 +0100)
commit0a335db8c745204a69ad0a18ab8b92a46a6098ea
tree197d6c6fc64bad2fa34bed58e2d11c0822a6b699
parent7a168f560e3c3829b74a893d3655caab14a7aef8
net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h

Currently there are 2 files that contain the keyfields, keys,
actionfields and actions. First file is used by the kunit while the
second one is used by VCAP api.
The header file that is used by kunit is just a super set of the of the
header file used by VCAP api.
Therefore not to have duplicate information in different files which is
also harder to maintain, create a single file that is used both by API
and by kunit.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/microchip/vcap/vcap_ag_api.h
drivers/net/ethernet/microchip/vcap/vcap_ag_api_kunit.h [deleted file]
drivers/net/ethernet/microchip/vcap/vcap_api.h