HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40310 )
Change subject: src/include/device/device.h: Use already defined 'smbios_type11' ......................................................................
src/include/device/device.h: Use already defined 'smbios_type11'
include <smbios.h> to use already defined 'smbios_type11'.
Change-Id: Id412a504da2fd75648636febd150356569e07935 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/device/device.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/40310/1
diff --git a/src/include/device/device.h b/src/include/device/device.h index 4e9c594..d25cbd0 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -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 bus;
-struct smbios_type11; struct acpi_rsdp;
struct device_operations {