diff options
author | Wang Kefeng <wangkefeng.wang@huawei.com> | 2022-08-16 02:18:01 +0100 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2022-08-31 14:50:08 +0100 |
commit | edd61fc1ca4c969c34b877f4aa9fb169138b80e3 (patch) | |
tree | d0f40ec8c6f71d5b215206cb010c28a362811596 /arch/arm/include | |
parent | 3d47ff25685e76c24565779681f652b7ff2b10f0 (diff) | |
download | linux-stable-edd61fc1ca4c969c34b877f4aa9fb169138b80e3.tar.gz linux-stable-edd61fc1ca4c969c34b877f4aa9fb169138b80e3.tar.bz2 linux-stable-edd61fc1ca4c969c34b877f4aa9fb169138b80e3.zip |
ARM: 9228/1: vfp: kill vfp_flush/release_thread()
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/fpstate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/fpstate.h b/arch/arm/include/asm/fpstate.h index ca42fd9ae0b3..e29d9c7a5238 100644 --- a/arch/arm/include/asm/fpstate.h +++ b/arch/arm/include/asm/fpstate.h @@ -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 { |