include/device/device.h: Include <smbios.h>

smbios_slot_{type,data_width,length,designation} used for smbios_type_9 needs "smbios.h"
Also use already defined 'smbios_type11' in "smbios.h".
This will also include <smbios.h> in "static.c" file, this we can remove indirect includes of
<smbios.h> in "chip.h"

Change-Id: Id412a504da2fd75648636febd150356569e07935
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40310
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-04-10 18:04:59 +02:00 committed by Patrick Georgi
parent 8d09cf6186
commit c712144124
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <device/resource.h>
#include <device/path.h>
#include <device/pci_type.h>
#include <smbios.h>
#include <types.h>
struct device;
@ -29,7 +30,6 @@ struct chip_operations {
struct bus;
struct smbios_type11;
struct acpi_rsdp;
struct device_operations {