aboutsummaryrefslogtreecommitdiff
path: root/fs/cbfs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:11:05 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:04 -0600
commit8d28959d700aa537650b5e62c63d49d3b807e809 (patch)
treee764b0526dff007aedbe4d99c96b8a2b40614544 /fs/cbfs
parent26d4114da22272937c899d67b51498559ba312d2 (diff)
downloadu-boot-8d28959d700aa537650b5e62c63d49d3b807e809.zip
u-boot-8d28959d700aa537650b5e62c63d49d3b807e809.tar.gz
u-boot-8d28959d700aa537650b5e62c63d49d3b807e809.tar.bz2
fs: Remove <common.h> and add needed includes
Remove <common.h> from all "fs/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'fs/cbfs')
-rw-r--r--fs/cbfs/cbfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c
index 714f4ba..ad55832 100644
--- a/fs/cbfs/cbfs.c
+++ b/fs/cbfs/cbfs.c
@@ -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 */