summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 08:37:39 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-04 14:56:56 +0000
commitfc86f8bf27ea41f9c9e07575883210bfb2092db4 (patch)
tree6feaa5584c2bba627ecd221386168688a38c9d61 /src/mainboard/ocp/deltalake
parent3a0355a8bc068aa3dbcc19cc74826b14505c8f61 (diff)
src/mb: Remove unused <string.h>
Change-Id: I5f2710b2034882a24a041d99e37ec364193d85e6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60551 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/ocp/deltalake')
-rw-r--r--src/mainboard/ocp/deltalake/uartio_vpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ocp/deltalake/uartio_vpd.c b/src/mainboard/ocp/deltalake/uartio_vpd.c
index d2e052f93a..83034727cd 100644
--- a/src/mainboard/ocp/deltalake/uartio_vpd.c
+++ b/src/mainboard/ocp/deltalake/uartio_vpd.c
@@ -3,7 +3,6 @@
#include <console/console.h>
#include <drivers/vpd/vpd.h>
#include <console/uart.h>
-#include <string.h>
#include "vpd.h"