ARM: 9228/1: vfp: kill vfp_flush/release_thread()
authorWang Kefeng <wangkefeng.wang@huawei.com>
Tue, 16 Aug 2022 01:18:01 +0000 (02:18 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Wed, 31 Aug 2022 13:50:08 +0000 (14:50 +0100)
Those functions are removed since 2006 commit d6551e884cf6
("[ARM] Add thread_notify infrastructure").

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/fpstate.h

index ca42fd9ae0b35ae5ff99dc65b6199d34410f0964..e29d9c7a523883457939c57a8238b872d015a492 100644 (file)
@@ -46,9 +46,6 @@ union vfp_state {
        struct vfp_hard_struct  hard;
 };
 
-extern void vfp_flush_thread(union vfp_state *);
-extern void vfp_release_thread(union vfp_state *);
-
 #define FP_HARD_SIZE 35
 
 struct fp_hard_struct {