Skip to content

Commit

Permalink
dma/dpaa2: fix logtype registration
Browse files Browse the repository at this point in the history
Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Dec 13, 2023
1 parent bd142dd commit d41605c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/dma/dpaa2/dpaa2_qdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

#define DPAA2_QDMA_PREFETCH "prefetch"

/* Dynamic log type identifier */
int dpaa2_qdma_logtype;

uint32_t dpaa2_coherent_no_alloc_cache;
uint32_t dpaa2_coherent_alloc_cache;

Expand Down Expand Up @@ -1699,4 +1696,4 @@ static struct rte_dpaa2_driver rte_dpaa2_qdma_pmd = {
RTE_PMD_REGISTER_DPAA2(dpaa2_qdma, rte_dpaa2_qdma_pmd);
RTE_PMD_REGISTER_PARAM_STRING(dpaa2_qdma,
"no_prefetch=<int> ");
RTE_LOG_REGISTER_DEFAULT(dpaa_qdma2_logtype, INFO);
RTE_LOG_REGISTER_DEFAULT(dpaa2_qdma_logtype, INFO);

0 comments on commit d41605c

Please sign in to comment.