HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60751 )
Change subject: src/mainboard/starlabs/labtop: Remove unused <option.h> ......................................................................
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>