UML: Fix compiler warning due to missing task_struct declaration
[pandora-kernel.git] / arch / um / sys-i386 / asm / elf.h
index e64cd41..a979a22 100644 (file)
@@ -75,6 +75,8 @@ typedef struct user_i387_struct elf_fpregset_t;
        pr_reg[16] = PT_REGS_SS(regs);          \
 } while (0);
 
+struct task_struct;
+
 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
 
 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)