cmd: qfw: remove qemu_fwcfg_free_files()
authorMiao Yan <yanmiaobest@gmail.com>
Mon, 23 May 2016 02:37:12 +0000 (19:37 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit05dd6f183c8c20f0176a67ac885f8143c0052203
treef255cfee5d732140687928767db4888b28a7f70d
parent099b2196e4a693968fd6205ac6d61f6eaab79fb1
cmd: qfw: remove qemu_fwcfg_free_files()

This patch is part of the qfw refactor work.

The qemu_fwcfg_free_files() function is only used in error handling in
ACPI table generation, let's not make this a core function and move it
to the right place.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/qemu/acpi_table.c
cmd/qemu_fw_cfg.c
include/qemu_fw_cfg.h