x86: acpi: Prevent acpi_table.h from being included more than once
authorBin Meng <bmeng.cn@gmail.com>
Thu, 19 Jul 2018 04:42:17 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 20 Jul 2018 01:33:22 +0000 (09:33 +0800)
commit05855fd31a3f7483534aabe69a7030ff38978510
treedca544b796ecfff136c2a2ddc6e4b83a4ba39d9c
parent474a62bc74fe923cd6f43e13ca82b1ce2f40e76f
x86: acpi: Prevent acpi_table.h from being included more than once

The wrapper #ifndef is currently missing in acpi_table.h. Add it to
prevent it from being included multiple times.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/acpi_table.h