From: Vasily Gorbik Date: Tue, 10 Dec 2024 11:35:46 +0000 (+0100) Subject: s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu() X-Git-Tag: io_uring-6.14-20240131~23^2~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=01dc3a0d5cd67de28bcd48c2be196b26dd2dde9f;p=linux-block.git s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu() Add missing include of in abs_lowcore.h to provide declarations for get_cpu() and put_cpu() used in the code. Reviewed-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Alexander Gordeev --- diff --git a/arch/s390/include/asm/abs_lowcore.h b/arch/s390/include/asm/abs_lowcore.h index 17afb40f77a4..004d17ea05cf 100644 --- a/arch/s390/include/asm/abs_lowcore.h +++ b/arch/s390/include/asm/abs_lowcore.h @@ -2,6 +2,7 @@ #ifndef _ASM_S390_ABS_LOWCORE_H #define _ASM_S390_ABS_LOWCORE_H +#include #include #define ABS_LOWCORE_MAP_SIZE (NR_CPUS * sizeof(struct lowcore))