diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:11:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:04 -0600 |
commit | 8d28959d700aa537650b5e62c63d49d3b807e809 (patch) | |
tree | e764b0526dff007aedbe4d99c96b8a2b40614544 /fs/fat/fat_write.c | |
parent | 26d4114da22272937c899d67b51498559ba312d2 (diff) | |
download | u-boot-8d28959d700aa537650b5e62c63d49d3b807e809.tar.gz u-boot-8d28959d700aa537650b5e62c63d49d3b807e809.tar.bz2 u-boot-8d28959d700aa537650b5e62c63d49d3b807e809.zip |
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/fat/fat_write.c')
-rw-r--r-- | fs/fat/fat_write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c index c8e0fbf1a3..ea877ee917 100644 --- a/fs/fat/fat_write.c +++ b/fs/fat/fat_write.c @@ -7,7 +7,6 @@ #define LOG_CATEGORY LOGC_FS -#include <common.h> #include <command.h> #include <config.h> #include <div64.h> |