mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ARM: 9228/1: vfp: kill vfp_flush/release_thread()
Those functions are removed since 2006 commit d6551e884c
("[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>
This commit is contained in:
committed by
Russell King (Oracle)
parent
3d47ff2568
commit
edd61fc1ca
@@ -46,9 +46,6 @@ union vfp_state {
|
|||||||
struct vfp_hard_struct hard;
|
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
|
#define FP_HARD_SIZE 35
|
||||||
|
|
||||||
struct fp_hard_struct {
|
struct fp_hard_struct {
|
||||||
|
Reference in New Issue
Block a user