Change QBMAN portal function to static as it is not exposed outside
this file context.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
return 0;
}
-struct dpaa2_dpio_dev *dpaa2_get_qbman_swp(int lcoreid)
+static struct dpaa2_dpio_dev *dpaa2_get_qbman_swp(int lcoreid)
{
struct dpaa2_dpio_dev *dpio_dev = NULL;
int ret;
extern struct dpaa2_io_portal_t dpaa2_io_portal[RTE_MAX_LCORE];
-struct dpaa2_dpio_dev *dpaa2_get_qbman_swp(int cpu_id);
-
/* Affine a DPIO portal to current processing thread */
int dpaa2_affine_qbman_swp(void);