s390/fpu: remove __load_fpu_regs() export
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 5 Jan 2024 14:28:47 +0000 (15:28 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 11 Jan 2024 17:22:59 +0000 (18:22 +0100)
__load_fpu_regs() is only called from core kernel code.
Therefore remove the not needed export.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/fpu.c

index 9e7c15f..a4f3449 100644 (file)
@@ -208,7 +208,6 @@ void __load_fpu_regs(void)
        }
        clear_cpu_flag(CIF_FPU);
 }
-EXPORT_SYMBOL(__load_fpu_regs);
 
 void load_fpu_regs(void)
 {