summaryrefslogtreecommitdiffstats
path: root/hw/smbios/smbios.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-12-11 17:34:05 +0100
committerMichael S. Tsirkin2018-12-19 22:48:16 +0100
commit5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6 (patch)
tree1bb19b222d5cb2f04de1624ecdd135aa81bf78c4 /hw/smbios/smbios.c
parenthw/smbios: Restrict access to "hw/smbios/ipmi.h" (diff)
downloadqemu-5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6.tar.gz
qemu-5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6.tar.xz
qemu-5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6.zip
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>
Diffstat (limited to 'hw/smbios/smbios.c')
-rw-r--r--hw/smbios/smbios.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/smbios/smbios.c b/hw/smbios/smbios.c
index 6fe5be3586..4bff9b5ea4 100644
--- a/hw/smbios/smbios.c
+++ b/hw/smbios/smbios.c
@@ -28,7 +28,6 @@
#include "hw/loader.h"
#include "exec/cpu-common.h"
#include "smbios_build.h"
-#include "smbios_ipmi.h"
/* legacy structures and constants for <= 2.0 machines */
struct smbios_header {