From: Simon Horman Date: Mon, 12 Nov 2007 04:55:21 +0000 (+0900) Subject: [IA64] Guard elfcorehdr_addr with #if CONFIG_PROC_FS X-Git-Tag: v2.6.24-rc6~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fbe0043e9d623e46a57b153aa0b80ee9de7790;p=pandora-kernel.git [IA64] Guard elfcorehdr_addr with #if CONFIG_PROC_FS Access to elfcorehdr_addr needs to be guarded by #if CONFIG_PROC_FS as well as the existing #if guards. Fixes the following build problem: arch/ia64/hp/common/built-in.o: In function `sba_init':arch/ia64/hp/common/sba_iommu.c:2043: undefined reference to `elfcorehdr_addr' :arch/ia64/hp/common/sba_iommu.c:2043: undefined reference to `elfcorehdr_addr' Signed-off-by: Simon Horman Signed-off-by: Tony Luck --- Reading git-diff-tree failed