]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move include of bitops out of ACPI region
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:41 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:25 +0000 (11:27 +0800)
commite033ce0a740ff9746ead6c4f110dd04e307c1095
treeb4fe0a310ab27a41c22d161834e5dc914aa0928e
parent5a1d8c36dadda8fbda64348ec130542a1266d4a0
x86: Move include of bitops out of ACPI region

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/acpi/acpi_table.h