]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fsl-mc/dpio: remove unused function
authorAnders Roxell <anders.roxell@linaro.org>
Tue, 6 Mar 2018 09:11:50 +0000 (10:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:14:49 +0000 (04:14 -0800)
commit8bae455e57f1d44fff891a7334d19328b0203e4c
tree31824e6f2e54f4a58d9b70fb9d6968e9ef65c4f8
parente7893674d6f29a41d6faeda59c30767e4a03f1b0
staging: fsl-mc/dpio: remove unused function

gcc warns that function 'qbman_pull_desc_set_token' is not used.

drivers/staging/fsl-mc/bus/dpio/qbman-portal.c:525:13: warning: ‘qbman_pull_desc_set_token’ defined but not used [-Wunused-function]

In the current code we remove that function.

Fixes: 321eecb06bfb ("bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dpio/qbman-portal.c