bus/fslmc: change argument to const to avoid warning
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 30 Jun 2017 08:54:30 +0000 (14:24 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 7 Jul 2017 07:27:17 +0000 (09:27 +0200)
commit6070ce43345e2e7e09bc77d8a7417f2070605362
tree06d53590257c6e6df038b7b1fb92fa665ca51175
parent7223bd02ee589af06da4938254b7f54014b95a68
bus/fslmc: change argument to const to avoid warning

qbman_get_dqrr_idx() API is required with constant dqrr entry
in the eventdev driver. Also, this routine is not updating the
dqrr. So, this patch updates its input argument to a const type.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h
drivers/bus/fslmc/qbman/qbman_portal.c