
22 Sep
2020
22 Sep
'20
10:09 a.m.
On Mon, Sep 7, 2020 at 5:45 AM Simon Glass sjg@chromium.org wrote:
At present linux/bitops.h is included in ACPI code. This is not needed and can cause a problem in fls64.h since BITS_PER_LONG is not defined. Move the #include into the part not used by ACPI.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v2)
Changes in v2:
- Add new patch to move include of bitops out of ACPI region
include/acpi/acpi_table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com