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)
commitee3cb7c648988aa5f7ae0872ecfb6bdcfa9c6c76
treeb4fe0a310ab27a41c22d161834e5dc914aa0928e
parent70c202c480b8dadd27dbfb723f0cede1fb0e0d0c
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