Skip to content
Commit 9b2e7086 authored by Yury Norov's avatar Yury Norov
Browse files

lib/cpumask: move trivial wrappers around find_bit to the header



To avoid circular dependencies, cpumask keeps simple (almost) one-line
wrappers around find_bit() in a c-file.

Commit 47d8c156 ("include: move find.h from asm_generic to linux")
moved find.h header out of asm_generic include path, and it helped to fix
many circular dependencies, including some in cpumask.h.

This patch moves those one-liners to header files.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent 8b6b795d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment