diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-19 16:05:52 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-09-20 23:05:33 +1000 |
commit | bf6a7a5ad6fa69e48b735be75eeb90569d9584bb (patch) | |
tree | 9db1697e479437cc9d335649afc74fc4f9174e33 /drivers/phy/qualcomm | |
parent | 78887832e76541f77169a24ac238fccb51059b63 (diff) | |
download | talos-op-linux-bf6a7a5ad6fa69e48b735be75eeb90569d9584bb.tar.gz talos-op-linux-bf6a7a5ad6fa69e48b735be75eeb90569d9584bb.zip |
crypto: hisilicon - avoid unused function warning
The only caller of hisi_zip_vf_q_assign() is hidden in an #ifdef,
so the function causes a warning when CONFIG_PCI_IOV is disabled:
drivers/crypto/hisilicon/zip/zip_main.c:740:12: error: unused function 'hisi_zip_vf_q_assign' [-Werror,-Wunused-function]
Replace the #ifdef with an IS_ENABLED() check that leads to the
function being dropped based on the configuration.
Fixes: 79e09f30eeba ("crypto: hisilicon - add SRIOV support for ZIP")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/phy/qualcomm')
0 files changed, 0 insertions, 0 deletions