Commit 74ca8961 authored by Heiko Carstens's avatar Heiko Carstens Committed by Alexander Gordeev

s390/fpu: remove __load_fpu_regs() export

__load_fpu_regs() is only called from core kernel code.
Therefore remove the not needed export.
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarAlexander Gordeev <agordeev@linux.ibm.com>
parent d124e484
......@@ -208,7 +208,6 @@ void __load_fpu_regs(void)
}
clear_cpu_flag(CIF_FPU);
}
EXPORT_SYMBOL(__load_fpu_regs);
void load_fpu_regs(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment