> From: Nic Chautru <nicolas.chau...@intel.com>
> 
> Added support for info_get to allow to query the device.
> Null capability exposed.
> 
> Signed-off-by: Nic Chautru <nicolas.chau...@intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
> ---
>  drivers/baseband/acc/acc200_pmd.h     |   1 +
>  drivers/baseband/acc/rte_acc200_pmd.c | 231 ++++++++++++++++++++++++++
>  2 files changed, 232 insertions(+)
> 
> diff --git a/drivers/baseband/acc/acc200_pmd.h
> b/drivers/baseband/acc/acc200_pmd.h
> index acead1d17c..587b6f6d5b 100644
> --- a/drivers/baseband/acc/acc200_pmd.h
> +++ b/drivers/baseband/acc/acc200_pmd.h
> @@ -8,6 +8,7 @@
>  #include "acc_common.h"
>  #include "acc200_pf_enum.h"
>  #include "acc200_vf_enum.h"
> +#include "rte_acc200_cfg.h"
This header is not introduced yet and it not needed in the patch as well.
I tried removing it before applying to fix build. But it is again failing in 
another patch
For unused functions.

You should check build for all individual patches.

Use 
git rebase -i <commit id before your patchset> 
--exec=./devtools/test-meson-builds.sh

Reply via email to