HAOUAS Elyes has uploaded this change for review.

View Change

src/mainboard/starlabs/labtop: Remove unused <option.h>

Found using:
diff <(git grep -l '#include <option.h>' -- src/) <(git grep -l 'sanitize_cmos(\|get_uint_option(\|set_uint_option(\|get_uint_option(\|set_uint_option' -- src/) |grep ">"

Change-Id: Ib79dfa73b8a30ae1b1e432318bd42e4e3d845af3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/mainboard/starlabs/labtop/smbios.c
1 file changed, 0 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/60751/1
diff --git a/src/mainboard/starlabs/labtop/smbios.c b/src/mainboard/starlabs/labtop/smbios.c
index 9acf64f..f11f126 100644
--- a/src/mainboard/starlabs/labtop/smbios.c
+++ b/src/mainboard/starlabs/labtop/smbios.c
@@ -5,7 +5,6 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <ec/starlabs/merlin/ec.h>
-#include <option.h>
#include <smbios.h>
#include <types.h>
#include <uuid.h>

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

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