mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
cc4d4cefcc
commit
5aca89d194
5 changed files with 5 additions and 18 deletions
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2009 Hewlett-Packard Development Company, L.P.
|
||||
* Copyright (C) 2013 Red Hat, Inc.
|
||||
* Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC
|
||||
*
|
||||
* Authors:
|
||||
* Alex Williamson <alex.williamson@hp.com>
|
||||
|
@ -96,4 +97,7 @@ extern unsigned smbios_table_cnt;
|
|||
smbios_table_cnt++; \
|
||||
} while (0)
|
||||
|
||||
/* IPMI SMBIOS firmware handling */
|
||||
void smbios_build_type_38_table(void);
|
||||
|
||||
#endif /* QEMU_SMBIOS_BUILD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue