summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x230
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-06-15 17:34:23 +0200
committerNico Huber <nico.h@gmx.de>2019-06-19 12:28:24 +0000
commit22230687aa23b69553d5317a491073a66eccfe3b (patch)
tree9a0a6f1ff8a73db109396774dc0f85686575e313 /src/mainboard/lenovo/x230
parentca70593d0fa2d88d442fe42d193655012d143079 (diff)
downloadcoreboot-22230687aa23b69553d5317a491073a66eccfe3b.tar.xz
mb/lenovo/*/romstage: Remove unused include byteorder.h
Change-Id: I3e500aafd26b7524a6782883b9a30f55b544102d Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33511 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x230')
-rw-r--r--src/mainboard/lenovo/x230/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/romstage.c b/src/mainboard/lenovo/x230/romstage.c
index f97c3f503c..3f31141583 100644
--- a/src/mainboard/lenovo/x230/romstage.c
+++ b/src/mainboard/lenovo/x230/romstage.c
@@ -16,7 +16,6 @@
*/
#include <stdint.h>
-#include <arch/byteorder.h>
#include <device/pci_ops.h>
#include <device/pci_def.h>
#include <cpu/x86/lapic.h>