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/apple | |
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/apple')
-rw-r--r-- | src/mainboard/apple/macbookair4_2/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbookair4_2/romstage.c b/src/mainboard/apple/macbookair4_2/romstage.c index 68556d96e6..6fee17ab0c 100644 --- a/src/mainboard/apple/macbookair4_2/romstage.c +++ b/src/mainboard/apple/macbookair4_2/romstage.c @@ -13,7 +13,6 @@ #include <stdint.h> #include <string.h> -#include <arch/byteorder.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <northbridge/intel/sandybridge/sandybridge.h> |