From c4770186e8063d05411903f0c9453a7bb5bbe38a Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 21:04:44 +0530 Subject: [PATCH] --- yaml --- r: 130641 b: refs/heads/master c: 177a858ff8d71a8e7f8b0ef53ff49441e29c8fb1 h: refs/heads/master i: 130639: 4094a71aadde5b789be34d892da347b18f2bc4f6 v: v3 --- [refs] | 2 +- trunk/include/linux/elf-fdpic.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e8968995fed9..126cbac26f8d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd71b5f734c66ad0134e308036b13d122907b8c6 +refs/heads/master: 177a858ff8d71a8e7f8b0ef53ff49441e29c8fb1 diff --git a/trunk/include/linux/elf-fdpic.h b/trunk/include/linux/elf-fdpic.h index 9f5b7456bff3..7cd2e80cebc8 100644 --- a/trunk/include/linux/elf-fdpic.h +++ b/trunk/include/linux/elf-fdpic.h @@ -58,11 +58,13 @@ struct elf_fdpic_params { #define ELF_FDPIC_FLAG_PRESENT 0x80000000 /* T if this object is present */ }; +#ifdef __KERNEL__ #ifdef CONFIG_MMU extern void elf_fdpic_arch_lay_out_mm(struct elf_fdpic_params *exec_params, struct elf_fdpic_params *interp_params, unsigned long *start_stack, unsigned long *start_brk); #endif +#endif /* __KERNEL__ */ #endif /* _LINUX_ELF_FDPIC_H */