HAOUAS Elyes has uploaded this change for review.

View Change

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 {

To view, visit change 40310. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id412a504da2fd75648636febd150356569e07935
Gerrit-Change-Number: 40310
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange