From: Tim Abbott Date: Sat, 6 Dec 2008 00:03:59 +0000 (-0500) Subject: module: Export symbols needed for Ksplice X-Git-Tag: v2.6.30-rc1~206^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b37801911d7f4663c99cad8aa230bc934cea82;p=pandora-kernel.git module: Export symbols needed for Ksplice Impact: Expose some module.c symbols Ksplice uses several functions from module.c in order to resolve symbols and implement dependency handling. Calling these functions requires holding module_mutex, so it is exported. (This is just the module part of a bigger add-exports patch from Tim). Cc: Anders Kaseorg Cc: Jeff Arnold Signed-off-by: Tim Abbott Signed-off-by: Rusty Russell --- Reading git-diff-tree failed