From: Chen Gang Date: Tue, 27 May 2014 00:03:19 +0000 (+0800) Subject: arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure X-Git-Tag: omap-for-v3.16/fixes-rc4~73^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ad2a6741452ae63907a9779e534f4a9d26d1bd;p=pandora-kernel.git arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure Some modules need find_first_bit() and find_first_zero_bit(), so export them. The related error (with allmodconfig under unicore32): MODPOST 4039 modules ERROR: "find_first_bit" [sound/soc/codecs/snd-soc-uda1380.ko] undefined! ERROR: "find_first_zero_bit" [net/sctp/sctp.ko] undefined! ... Signed-off-by: Chen Gang Acked-by: Xuetao Guan Signed-off-by: Xuetao Guan --- Reading git-diff-tree failed