x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototype
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Thu, 9 Dec 2021 01:55:50 +0000 (09:55 +0800)
committerBorislav Petkov <bp@suse.de>
Fri, 10 Dec 2021 18:13:06 +0000 (19:13 +0100)
commit20735d24adfe73c62f9482ae5b4f29cc5e00bbe8
treec3127c1092297cc9a9308798f73b86d5ebe10913
parent61646ca83d3889696f2772edaff122dd96a2935e
x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototype

The function prototype of copy_fpstate_to_sigframe() is declared twice in

  0ae67cc34f76 ("x86/fpu: Remove internal.h dependency from fpu/signal.h").

Remove one of them.

 [ bp: Massage ]

Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211209015550.51916-1-zhangshaokun@hisilicon.com
arch/x86/include/asm/fpu/signal.h