commit | ee3cb7c648988aa5f7ae0872ecfb6bdcfa9c6c76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:41 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:25 2020 +0800 |
tree | b4fe0a310ab27a41c22d161834e5dc914aa0928e | |
parent | 70c202c480b8dadd27dbfb723f0cede1fb0e0d0c [diff] |
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>