diff options
author | Harald Freudenberger <freude@de.ibm.com> | 2018-06-12 15:42:36 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-06-25 10:21:18 +0200 |
commit | f1b0a4343c4184bef9fdea8fad41f09bbd3d63ec (patch) | |
tree | 1a5ca91337b58e71605f9cd9368c68d288248b3a /drivers/s390/crypto/ap_card.c | |
parent | s390/zcrypt: Show load of cards and queues in sysfs (diff) | |
download | linux-f1b0a4343c4184bef9fdea8fad41f09bbd3d63ec.tar.xz linux-f1b0a4343c4184bef9fdea8fad41f09bbd3d63ec.zip |
s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
Move all the inline functions from the ap bus header
file ap_asm.h into the in-kernel api header file
arch/s390/include/asm/ap.h so that KVM can make use
of all the low level AP functions.
Signed-off-by: Harald Freudenberger <freude@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/ap_card.c')
-rw-r--r-- | drivers/s390/crypto/ap_card.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/crypto/ap_card.c b/drivers/s390/crypto/ap_card.c index 2c726df210f6..c13e43292cb7 100644 --- a/drivers/s390/crypto/ap_card.c +++ b/drivers/s390/crypto/ap_card.c @@ -14,7 +14,6 @@ #include <asm/facility.h> #include "ap_bus.h" -#include "ap_asm.h" /* * AP card related attributes. |