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_bus.h | |
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_bus.h')
-rw-r--r-- | drivers/s390/crypto/ap_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/crypto/ap_bus.h b/drivers/s390/crypto/ap_bus.h index 6a273c5ebca5..936541937e15 100644 --- a/drivers/s390/crypto/ap_bus.h +++ b/drivers/s390/crypto/ap_bus.h @@ -15,6 +15,7 @@ #include <linux/device.h> #include <linux/types.h> +#include <asm/isc.h> #include <asm/ap.h> #define AP_DEVICES 256 /* Number of AP devices. */ |