hw/smbios: Remove "smbios_ipmi.h"
commit5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 11 Dec 2018 16:34:05 +0000 (11 17:34 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 19 Dec 2018 21:48:16 +0000 (19 16:48 -0500)
tree1bb19b222d5cb2f04de1624ecdd135aa81bf78c4
parentcc4d4cefcc1bd36f360c4671256024c2662653e6
hw/smbios: Remove "smbios_ipmi.h"

This header only declare a single function: smbios_build_type_38_table().
We already have a header that declares such functions: "smbios_build.h".
Move the declaration and remove the header.

Reviewed-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/smbios/smbios.c
hw/smbios/smbios_build.h
hw/smbios/smbios_ipmi.h [deleted file]
hw/smbios/smbios_type_38-stub.c
hw/smbios/smbios_type_38.c