"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Tom Rini 43d76dc7 40d5f553

+1 -1
+1
common/spl/spl_fat.c
··· 16 16 #include <errno.h> 17 17 #include <image.h> 18 18 #include <linux/libfdt.h> 19 + #include <asm/cache.h> 19 20 20 21 static int fat_registered; 21 22
-1
include/fat.h
··· 11 11 12 12 #include <fs.h> 13 13 #include <asm/byteorder.h> 14 - #include <asm/cache.h> 15 14 16 15 struct disk_partition; 17 16