mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
c68a2aab33
By adding __set_bit and __clear_bit to the tools include directory, we can share the bitops code. This reveals an include loop between kernel.h, log2.h, bitmap.h and bitops.h. Break it the same way as the kernel does; by moving the kernel.h include from bitops.h to bitmap.h. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
||
---|---|---|
.. | ||
asm | ||
asm-generic | ||
linux | ||
tools | ||
uapi |