[PATCH v3 56/57] x86: Move include of bitops out of ACPI region

Bin Meng bmeng.cn at gmail.com
Tue Sep 22 10:09:47 CEST 2020


On Mon, Sep 7, 2020 at 5:45 AM Simon Glass <sjg at 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 at 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 at gmail.com>


More information about the U-Boot mailing list