]> Git Repo - linux.git/commit
s390/zcrypt: remove the exporting of ap_query_configuration
authorDenis Efremov <[email protected]>
Tue, 9 Jul 2019 12:25:07 +0000 (15:25 +0300)
committerVasily Gorbik <[email protected]>
Thu, 11 Jul 2019 18:40:02 +0000 (20:40 +0200)
commit73df167c819e49d65576e3015f2b1385034baafb
tree2dc293b956b4b8efe00f2e46f89639c0639e812c
parent8e4708b3f8d949a74499426614b9b8ea5bcad15a
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/[email protected]
Fixes: f1b0a4343c41 ("s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.")
Fixes: 050349b5b71d ("s390/zcrypt: externalize AP config info query")
Signed-off-by: Denis Efremov <[email protected]>
Reviewed-by: Harald Freudenberger <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
drivers/s390/crypto/ap_bus.c
This page took 0.055718 seconds and 4 git commands to generate.