diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-05-08 17:08:46 +0300 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2020-05-23 00:55:47 +0300 |
commit | 162b323c3d0820617289bd67d1895d5e7541cc3a (patch) | |
tree | b9e462cc47e36bd7484c40a959abf7b52995f20f | |
parent | 661ea25e5319d0ceaeba80dbc2e083245d91f57a (diff) | |
download | linux-162b323c3d0820617289bd67d1895d5e7541cc3a.tar.xz |
soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing
There's no callers in-tree anymore.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
-rw-r--r-- | drivers/soc/fsl/qbman/qman.c | 5 |
1 files changed, 0 insertions, 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; |