]> git.baikalelectronics.ru Git - kernel.git/commit
s390/zcrypt: remove the exporting of ap_query_configuration
authorDenis Efremov <efremov@linux.com>
Tue, 9 Jul 2019 12:25:07 +0000 (15:25 +0300)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 11 Jul 2019 18:40:02 +0000 (20:40 +0200)
commitde13bd4325022299ec18f9f093ee9ce2b0c6bde7
tree2dc293b956b4b8efe00f2e46f89639c0639e812c
parent9210d72a9ab7f49f50036406fc97e1ffbfcb1330
s390/zcrypt: remove the exporting of ap_query_configuration

The function ap_query_configuration is declared static and marked
EXPORT_SYMBOL, which is at best an odd combination. Because the
function is not used outside of the drivers/s390/crypto/ap_bus.c
file it is defined in, this commit removes the EXPORT_SYMBOL() marking.

Link: http://lkml.kernel.org/r/20190709122507.11158-1-efremov@linux.com
Fixes: d6f0a689655a ("s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.")
Fixes: 3db011545fcc ("s390/zcrypt: externalize AP config info query")
Signed-off-by: Denis Efremov <efremov@linux.com>
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/ap_bus.c