kernel/arch/sh/include/asm/fpu.h
.. .. @@ -37,11 +37,6 @@ 37 37 extern int do_fpu_inst(unsigned short, struct pt_regs *); 38 38 extern int init_fpu(struct task_struct *); 39 39 40 -extern int fpregs_get(struct task_struct *target,41 - const struct user_regset *regset,42 - unsigned int pos, unsigned int count,43 - void *kbuf, void __user *ubuf);44 -45 40 static inline void __unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) 46 41 { 47 42 if (task_thread_info(tsk)->status & TS_USEDFPU) {