HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33538
Change subject: lib/spd_bin.c: Remove unused include <arch/byteorder.h> ......................................................................
lib/spd_bin.c: Remove unused include <arch/byteorder.h>
Change-Id: Ifb8171e559c5c8081597291ffefabc676c7fa5e1 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/lib/spd_bin.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/33538/1
diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c index b378d63..1598ff1 100644 --- a/src/lib/spd_bin.c +++ b/src/lib/spd_bin.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */
-#include <arch/byteorder.h> #include <cbfs.h> #include <console/console.h> #include <spd_bin.h>