From: Fred Isaman Date: Thu, 23 Apr 2009 13:40:32 +0000 (+0300) Subject: lib: find_last_bit.o needed by a module only, move it from lib to obj X-Git-Tag: v2.6.30-rc4~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5422a5111811401f7756345e4c237ff06cf6d1e;p=pandora-kernel.git lib: find_last_bit.o needed by a module only, move it from lib to obj Currently, although find_last_bit is EXPORTed, it is statically linked with the kernel and is referenced only under CONFIG_SMP. When CONFIG_SMP is undefined and find_last_bit is referenced only by modules, linking fails with: ERROR: "find_last_bit" [fs/nfs/nfs.ko] undefined! Cc: Rusty Russell Cc: Trond Myklebust Signed-off-by: Fred Isaman Signed-off-by: Benny Halevy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed