soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'
authorLee Jones <lee.jones@linaro.org>
Tue, 3 Nov 2020 15:28:38 +0000 (15:28 +0000)
committerLi Yang <leoyang.li@nxp.com>
Mon, 23 Nov 2020 23:20:08 +0000 (17:20 -0600)
commit3d1d8f2943e23bd329b63548cdcc915b3657c4d2
treed78accfcf5071d1f53bd220675afce90da4b435b
parent0d0807bc2e05844db9c2fb78d1f36d98ddc8a3fa
soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'

Fixes the following W=1 kernel build warning(s):

 drivers/soc/fsl/qbman/qman.c: In function ‘qman_shutdown_fq’:
 drivers/soc/fsl/qbman/qman.c:2700:8: warning: variable ‘dequeue_wq’ set but not used [-Wunused-but-set-variable]

Cc: Li Yang <leoyang.li@nxp.com>
Cc: YueHaibing <yuehaibing@huawei.com>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qbman/qman.c