1a3f61f95b6e253afe8e330a668a12ad56a4e2 parent 596f56018df3ed7de20f6038f72177b3674ebbd4 author Christoph Lameter 1202473121 -0800 committer Linus Torvalds 1202491344 -0800 Modules: handle symbols that have a zero value The module subsystem cannot handle symbols that are zero. If symbols are present that have a zero value then the module resolver prints out a message that these symbols are unresolved. [akinobu.mita@gmail.com: fix __find_symbl() error checks] Cc: Mathieu Desnoyers Cc: Kay Sievers Cc: Rusty Russell Cc: Andi Kleen Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds