From: Magnus Damm Date: Thu, 7 Dec 2006 04:37:53 +0000 (-0800) Subject: [PATCH] elf: Always define elf_addr_t in linux/elf.h X-Git-Tag: v2.6.20-rc1~145^2^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386d9a7edd9f3492c99124b0a659e9ed7abb30f9;p=pandora-kernel.git [PATCH] elf: Always define elf_addr_t in linux/elf.h Define elf_addr_t in linux/elf.h. The size of the type is determined using ELF_CLASS. This allows us to remove the defines that today are spread all over .c and .h files. Signed-off-by: Magnus Damm Cc: Daniel Jacobowitz Cc: Roland McGrath Cc: Jakub Jelinek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed