]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/cbfs/cbfs.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / fs / cbfs / cbfs.c
index ad5583233bb1163a60bfaa7bc6f7c1e11fdc8038..714f4baafc9e89434991ec2aec8dbfb0cbd67dd5 100644 (file)
@@ -3,10 +3,10 @@
  * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
  */
 
+#include <common.h>
 #include <cbfs.h>
 #include <log.h>
 #include <malloc.h>
-#include <linux/errno.h>
 #include <asm/byteorder.h>
 
 /* Offset of master header from the start of a coreboot ROM */