From: Holger Dengler Date: Thu, 15 Feb 2024 08:34:03 +0000 (+0100) Subject: s390/ap: explicitly include ultravisor header X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d065bdb4d15957fef3e115c65ab3ac34196fd7e3;p=people%2Faperard%2Flinux.git s390/ap: explicitly include ultravisor header The ap_bus is using inline functions of the ultravisor (uv) in-kernel API. The related header file is implicitly included via several other headers. Replace this by an explicit include of the ultravisor header in the ap_bus file. Signed-off-by: Holger Dengler Reviewed-by: Harald Freudenberger Signed-off-by: Heiko Carstens --- diff --git a/drivers/s390/crypto/ap_bus.c b/drivers/s390/crypto/ap_bus.c index fdc0f1036544d..a58190e4b7453 100644 --- a/drivers/s390/crypto/ap_bus.c +++ b/drivers/s390/crypto/ap_bus.c @@ -38,6 +38,7 @@ #include #include #include +#include #include "ap_bus.h" #include "ap_debug.h"