]> Git Repo - linux.git/commitdiff
soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing
authorYueHaibing <[email protected]>
Fri, 8 May 2020 14:08:46 +0000 (22:08 +0800)
committerLi Yang <[email protected]>
Fri, 22 May 2020 21:55:47 +0000 (16:55 -0500)
There's no callers in-tree anymore.

Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Li Yang <[email protected]>
drivers/soc/fsl/qbman/qman.c

index 1e164e03410af13182530db69890f9a2e023fdfb..9888a7061873070948a551f741c4af8d084ccd62 100644 (file)
@@ -449,11 +449,6 @@ static inline int qm_eqcr_init(struct qm_portal *portal,
        return 0;
 }
 
-static inline unsigned int qm_eqcr_get_ci_stashing(struct qm_portal *portal)
-{
-       return (qm_in(portal, QM_REG_CFG) >> 28) & 0x7;
-}
-
 static inline void qm_eqcr_finish(struct qm_portal *portal)
 {
        struct qm_eqcr *eqcr = &portal->eqcr;
This page took 0.050899 seconds and 4 git commands to generate.