summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/compaq_8200_elite_sff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-16 13:23:24 +0200
committerNico Huber <nico.h@gmx.de>2019-06-19 12:29:18 +0000
commitb79a04c71658bf34daa6409cfa4012a1cf9ad1f5 (patch)
treec72085b011402fb3ab662da0031daaefa0d1f7e0 /src/mainboard/hp/compaq_8200_elite_sff
parent22230687aa23b69553d5317a491073a66eccfe3b (diff)
downloadcoreboot-b79a04c71658bf34daa6409cfa4012a1cf9ad1f5.tar.xz
src/mainboard: Remove unused include <arch/byteorder.h>
Change-Id: I3d638febddbd88cd4870795f96dd1bbf123c7ba3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33537 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp/compaq_8200_elite_sff')
-rw-r--r--src/mainboard/hp/compaq_8200_elite_sff/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/romstage.c b/src/mainboard/hp/compaq_8200_elite_sff/romstage.c
index 4b640689b7..3c388776c3 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/romstage.c
+++ b/src/mainboard/hp/compaq_8200_elite_sff/romstage.c
@@ -17,7 +17,6 @@
*/
#include <stdint.h>
-#include <arch/byteorder.h>
#include <device/pci_ops.h>
#include <device/pci_def.h>
#include <superio/nuvoton/npcd378/npcd378.h>