mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
include/fat.h: Audit include list
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>
This commit is contained in:
parent
40d5f55331
commit
43d76dc7df
@ -16,6 +16,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include <linux/libfdt.h>
|
#include <linux/libfdt.h>
|
||||||
|
#include <asm/cache.h>
|
||||||
|
|
||||||
static int fat_registered;
|
static int fat_registered;
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
#include <fs.h>
|
#include <fs.h>
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
#include <asm/cache.h>
|
|
||||||
|
|
||||||
struct disk_partition;
|
struct disk_partition;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user