From: Roland McGrath Date: Sat, 22 May 2010 03:16:50 +0000 (-0700) Subject: linux/elfcore.h: hide kernel functions X-Git-Tag: v2.6.35-rc1~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2faa4cf76e7d229016240b79b50a43d81f458323;p=pandora-kernel.git linux/elfcore.h: hide kernel functions The declarations for elf_core_extra_phdrs() et al got added on the wrong side of #ifdef __KERNEL__ in linux/elfcore.h so they leak into the user header copy and we get a warning at build time about it. Signed-off-by: Roland McGrath Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed