]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 27 May 2014 00:03:19 +0000 (08:03 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 20 Jun 2014 00:22:40 +0000 (08:22 +0800)
commit40ad2a6741452ae63907a9779e534f4a9d26d1bd
tree352eb9a8da8df25e4350efb6b6da0db35b6e67d3
parent8a016596a56282f1414cf90e575040cffdabe68e
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 <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
arch/unicore32/kernel/ksyms.c