From: Sam Ravnborg Date: Fri, 9 Jan 2009 00:57:35 +0000 (-0800) Subject: sparc: Create a new file lib/ksyms.c and add export of all symbols defined in assembl... X-Git-Tag: v2.6.29-rc2~106^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45536ffc8dcb7798ff4818f54391547e5af19648;p=pandora-kernel.git sparc: Create a new file lib/ksyms.c and add export of all symbols defined in assembler in lib/ to this file. Remove the duplicate entries from kernel/sparc_ksyms_*.c The rationale behind this is that the EXPORT_SYMBOL() should be close to their definition and we cannot add designate a symbol to be exported in assembler so at least put it in a file in the same directory. Signed-off-by: Sam Ravnborg Additions by Julian Calaby: * Rebased over sparc-2.6.git HEAD Signed-off-by: Julian Calaby Signed-off-by: David S. Miller --- Reading git-diff-tree failed