From: James Bottomley Date: Tue, 9 Sep 2008 22:56:47 +0000 (-0500) Subject: [IA64] fix compile failure with non modular builds X-Git-Tag: v2.6.27-rc7~56^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4611a771fc8e5ad77d27f25268846abb425101a0;p=pandora-kernel.git [IA64] fix compile failure with non modular builds Broke the non modular builds by moving an essential function into modules.c. Fix this by moving it out again and into asm/sections.h as an inline. To do this, the definitions of struct fdesc and struct got_val have been lifted out of modules.c and put in asm/elf.h where they belong. Signed-off-by: James Bottomley Signed-off-by: Tony Luck --- Reading git-diff-tree failed