diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-12-11 17:34:05 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2018-12-19 16:48:16 -0500 |
| commit | 5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6 (patch) | |
| tree | 1bb19b222d5cb2f04de1624ecdd135aa81bf78c4 /hw/smbios/smbios.c | |
| parent | cc4d4cefcc1bd36f360c4671256024c2662653e6 (diff) | |
| download | focaccia-qemu-5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6.tar.gz focaccia-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.c | 1 |
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 { |