commit | a0609a8d19d4a9a86572fffb7cb8a3661fffbcf7 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 18 21:42:15 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 20 09:33:22 2018 +0800 |
tree | 3f587887376b079435794f85c80d2ba984224100 | |
parent | b37b7b2063e02718970ca1882a4522ccbe1106e9 [diff] |
x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library acpi_find_fadt(), acpi_find_wakeup_vector() and enter_acpi_mode() are something unrelated to ACPI tables generation. Move these to a separate library. This also fixes several style issues reported by checkpatch in the original codes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>