commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=0933109bf3272e29917695679e70e30f279528b6
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

blackfin: cleanup unused defination
blackfin: remove SET_PERSONALITY

Signed-off-by: Steven Miao <[email protected]>
---
 arch/blackfin/include/asm/elf.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/arch/blackfin/include/asm/elf.h b/arch/blackfin/include/asm/elf.h
index ed13222..d15cb9b 100644
--- a/arch/blackfin/include/asm/elf.h
+++ b/arch/blackfin/include/asm/elf.h
@@ -132,15 +132,4 @@ do {											\
 
 #define ELF_PLATFORM  (NULL)
 
-#define SET_PERSONALITY(ex) \
-	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
-
-struct mm_struct;
-struct elf_fdpic_params;
-struct elf32_phdr;
-extern int elf_fdpic_plat_process_phdr(struct mm_struct *, struct elf_fdpic_params *,
-                                       struct elf32_phdr *, unsigned long *, unsigned long *);
-#define ELF_FDPIC_PLAT_PROCESS_PHDR(mm, params, phdr, maddr, disp) \
-	elf_fdpic_plat_process_phdr(mm, params, phdr, maddr, disp)
-
 #endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to