git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d5f55
)
include/fat.h: Audit include list
author
Tom Rini
<trini@konsulko.com>
Wed, 21 May 2025 22:51:18 +0000
(16:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000
(17:26 -0600)
This file does not need <asm/cache.h> so remove it. However the file
common/spl/spl_fat.c does need it, so add it there.
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/spl_fat.c
patch
|
blob
|
history
include/fat.h
patch
|
blob
|
history
diff --git
a/common/spl/spl_fat.c
b/common/spl/spl_fat.c
index
f426a06
..
8b7cafa
100644
(file)
--- a/
common/spl/spl_fat.c
+++ b/
common/spl/spl_fat.c
@@
-16,6
+16,7
@@
#include <errno.h>
#include <image.h>
#include <linux/libfdt.h>
+#include <asm/cache.h>
static int fat_registered;
diff --git
a/include/fat.h
b/include/fat.h
index
ca97880
..
bdf430f
100644
(file)
--- a/
include/fat.h
+++ b/
include/fat.h
@@
-11,7
+11,6
@@
#include <fs.h>
#include <asm/byteorder.h>
-#include <asm/cache.h>
struct disk_partition;