]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/ap: explicitly include ultravisor header
authorHolger Dengler <dengler@linux.ibm.com>
Thu, 15 Feb 2024 08:34:03 +0000 (09:34 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 20 Feb 2024 13:37:31 +0000 (14:37 +0100)
commitd065bdb4d15957fef3e115c65ab3ac34196fd7e3
tree8006ec900925d12bfe723f58d974f2a16e79d63b
parent03325e9b64c48313527f0373c4688d393b1edaf3
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 <dengler@linux.ibm.com>
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/ap_bus.c