]> 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)
commit77908dc0f7e44f1749d5cfcce7b95e8472265619
tree2dc293b956b4b8efe00f2e46f89639c0639e812c
parentc414d59f1e6e5b0e1a08e7c85b05f43231765008
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: 2fd0ba18696d ("s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.")
Fixes: 308dcb855d5b ("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