summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-16 21:21:30 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-20 17:19:34 +0000
commitc888a7bbaa5661abc6f44c0f6e4ba859966aebb3 (patch)
treeaaa2b49cf8a426e4202c84f07c86a4aa1c2e809e /src/device/oprom
parent80df052d355ba2db3bb1b6e6e2c05d05a9ce6ad0 (diff)
downloadcoreboot-c888a7bbaa5661abc6f44c0f6e4ba859966aebb3.tar.gz
coreboot-c888a7bbaa5661abc6f44c0f6e4ba859966aebb3.tar.bz2
coreboot-c888a7bbaa5661abc6f44c0f6e4ba859966aebb3.zip
src: Remove unused 'include <string.h>'
Change-Id: I2a94c3b6282e9915fd2b8136b124740c8a7b774c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36082 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c1
-rw-r--r--src/device/oprom/x86emu/sys.c1
-rw-r--r--src/device/oprom/x86emu/x86emui.h1
-rw-r--r--src/device/oprom/yabel/compat/functions.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 4e1c5ed5af69..c38da466bdcc 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -15,7 +15,6 @@
#include <console/console.h>
#include <device/pci.h>
#include <device/pci_ops.h>
-#include <string.h>
/* we use x86emu's register file representation */
#include <x86emu/regs.h>
diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c
index 9c293bc56108..06f240c5a7e2 100644
--- a/src/device/oprom/x86emu/sys.c
+++ b/src/device/oprom/x86emu/sys.c
@@ -50,7 +50,6 @@
#ifdef IN_MODULE
#include "xf86_ansic.h"
#else
-#include <string.h>
#endif
/*------------------------- Global Variables ------------------------------*/
diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h
index 741153c726a8..b1647c583c26 100644
--- a/src/device/oprom/x86emu/x86emui.h
+++ b/src/device/oprom/x86emu/x86emui.h
@@ -72,7 +72,6 @@
#ifdef IN_MODULE
#include <xf86_ansic.h>
#else
-#include <string.h>
#endif
/*--------------------------- Inline Functions ----------------------------*/
diff --git a/src/device/oprom/yabel/compat/functions.c b/src/device/oprom/yabel/compat/functions.c
index fa1b6b7cf600..c9e2e4c60a41 100644
--- a/src/device/oprom/yabel/compat/functions.c
+++ b/src/device/oprom/yabel/compat/functions.c
@@ -36,7 +36,6 @@
*/
#include <types.h>
-#include <string.h>
#include <device/device.h>
#include "../debug.h"
#include "../biosemu.h"