diff options
author | Yury Norov <yury.norov@gmail.com> | 2022-07-01 05:54:28 -0700 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-07-15 06:35:54 -0700 |
commit | 9b2e70860ef2f0d74b6d9e57929d57b14481b9c9 (patch) | |
tree | bce3421404b37fb1ea8da87488a6c589361502bf /virt | |
parent | 8b6b795d9bfc031a8953c40fac8d3cf67e1a4d3d (diff) | |
download | linux-9b2e70860ef2f0d74b6d9e57929d57b14481b9c9.tar.gz linux-9b2e70860ef2f0d74b6d9e57929d57b14481b9c9.tar.bz2 linux-9b2e70860ef2f0d74b6d9e57929d57b14481b9c9.zip |
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 47d8c15615c0a2 ("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: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions