aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/fpstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/fpstate.h')
-rw-r--r--arch/arm/include/asm/fpstate.h3
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 {