diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-16 13:23:24 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-19 12:29:18 +0000 |
commit | b79a04c71658bf34daa6409cfa4012a1cf9ad1f5 (patch) | |
tree | c72085b011402fb3ab662da0031daaefa0d1f7e0 /src/mainboard/intel/harcuvar | |
parent | 22230687aa23b69553d5317a491073a66eccfe3b (diff) |
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/intel/harcuvar')
-rw-r--r-- | src/mainboard/intel/harcuvar/spd/spd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/harcuvar/spd/spd.c b/src/mainboard/intel/harcuvar/spd/spd.c index 914e4fd14c..61bf2e589b 100644 --- a/src/mainboard/intel/harcuvar/spd/spd.c +++ b/src/mainboard/intel/harcuvar/spd/spd.c @@ -15,7 +15,6 @@ * */ -#include <arch/byteorder.h> #include <cbfs.h> #include <console/console.h> |