x86: Change write_acpi_tables() signature a little bit
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Feb 2016 06:58:00 +0000 (22:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:22 +0000 (10:27 +0800)
commit358bb3ff5bb3a412aa784e7d1a4d6faf2fc6c8ae
tree5eef8314fc91e1cf490fb3bc03c69e8939a8642c
parent897e1dc86af7b2b9d58c71345c585d130b16232d
x86: Change write_acpi_tables() signature a little bit

Change the parameter and return value of write_acpi_tables() to u32
to conform with other table write routines.

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