aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_write.c
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/ext4/ext4_write.c
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/ext4/ext4_write.c')
-rw-r--r--fs/ext4/ext4_write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4_write.c b/fs/ext4/ext4_write.c
index d057f6b..38da392 100644
--- a/fs/ext4/ext4_write.c
+++ b/fs/ext4/ext4_write.c
@@ -21,7 +21,6 @@
*/
-#include <common.h>
#include <blk.h>
#include <log.h>
#include <malloc.h>