From b375108e57f2550638063dd1c6d3e23bf5d50dc9 Mon Sep 17 00:00:00 2001 From: Nicolas Chautru Date: Fri, 24 Jun 2022 16:32:42 -0700 Subject: [PATCH] baseband/acc100: remove prefix of internal file File renamed to avoid the rte_ file prefix since rte_acc100_pmd.h is actually internal only. Signed-off-by: Nicolas Chautru Acked-by: Akhil Goyal --- drivers/baseband/acc100/{rte_acc100_pmd.h => acc100_pmd.h} | 0 drivers/baseband/acc100/rte_acc100_pmd.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/baseband/acc100/{rte_acc100_pmd.h => acc100_pmd.h} (100%) diff --git a/drivers/baseband/acc100/rte_acc100_pmd.h b/drivers/baseband/acc100/acc100_pmd.h similarity index 100% rename from drivers/baseband/acc100/rte_acc100_pmd.h rename to drivers/baseband/acc100/acc100_pmd.h diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c index 15f3c114b3..a8482bd411 100644 --- a/drivers/baseband/acc100/rte_acc100_pmd.c +++ b/drivers/baseband/acc100/rte_acc100_pmd.c @@ -21,7 +21,7 @@ #include #include -#include "rte_acc100_pmd.h" +#include "acc100_pmd.h" #include "acc101_pmd.h" #ifdef RTE_LIBRTE_BBDEV_DEBUG -- 2.39.5