Message ID | 20200508140846.47608-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [-next] soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | Successfully applied on branch powerpc/merge (1bc92fe3175eb26ff37e580c0383d7a9abe06835) |
snowpatch_ozlabs/build-ppc64le | success | Build succeeded |
snowpatch_ozlabs/build-ppc64be | success | Build succeeded |
snowpatch_ozlabs/build-ppc64e | success | Build succeeded |
snowpatch_ozlabs/build-pmac32 | success | Build succeeded |
snowpatch_ozlabs/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 11 lines checked |
snowpatch_ozlabs/needsstable | success | Patch has no Fixes tags |
On Fri, May 8, 2020 at 9:11 AM YueHaibing <yuehaibing@huawei.com> wrote: > > There's no callers in-tree anymore. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> Applied for next. Thanks. Regards, Leo > --- > drivers/soc/fsl/qbman/qman.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/soc/fsl/qbman/qman.c b/drivers/soc/fsl/qbman/qman.c > index 1e164e03410a..9888a7061873 100644 > --- a/drivers/soc/fsl/qbman/qman.c > +++ b/drivers/soc/fsl/qbman/qman.c > @@ -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; > -- > 2.17.1 > >
diff --git a/drivers/soc/fsl/qbman/qman.c b/drivers/soc/fsl/qbman/qman.c index 1e164e03410a..9888a7061873 100644 --- a/drivers/soc/fsl/qbman/qman.c +++ b/drivers/soc/fsl/qbman/qman.c @@ -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;
There's no callers in-tree anymore. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/soc/fsl/qbman/qman.c | 5 ----- 1 file changed, 5 deletions(-)