mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
7b39cafb7a
The objtool build fails with the recent changes to the bits-per-long
headers:
tools/include/linux/bitops.h:12:0: error: "BITS_PER_LONG" redefined [-Werror]
Which got introduced by:
|
||
---|---|---|
.. | ||
asm | ||
asm-generic | ||
linux | ||
tools | ||
uapi |