Skip to content

Commit 162b323

Browse files
YueHaibingLi Yang
authored andcommitted
soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing
There's no callers in-tree anymore. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Li Yang <[email protected]>
1 parent 661ea25 commit 162b323

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/soc/fsl/qbman/qman.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,6 @@ static inline int qm_eqcr_init(struct qm_portal *portal,
449449
return 0;
450450
}
451451

452-
static inline unsigned int qm_eqcr_get_ci_stashing(struct qm_portal *portal)
453-
{
454-
return (qm_in(portal, QM_REG_CFG) >> 28) & 0x7;
455-
}
456-
457452
static inline void qm_eqcr_finish(struct qm_portal *portal)
458453
{
459454
struct qm_eqcr *eqcr = &portal->eqcr;

0 commit comments

Comments
 (0)