]> Pileus Git - ~andy/linux/blobdiff - fs/binfmt_elf.c
[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static
[~andy/linux] / fs / binfmt_elf.c
index 68e20d5bfe1b63b415f2e48c315c1636f45bb9ca..14ea630a857c62779e6b0b42df96c6f66f6fcc3f 100644 (file)
@@ -47,10 +47,6 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs);
 static int load_elf_library(struct file *);
 static unsigned long elf_map (struct file *, unsigned long, struct elf_phdr *, int, int);
 
-#ifndef elf_addr_t
-#define elf_addr_t unsigned long
-#endif
-
 /*
  * If we don't support core dumping, then supply a NULL so we
  * don't even try.