summaryrefslogtreecommitdiff
path: root/common/spl/spl_fat.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl_fat.c')
-rw-r--r--common/spl/spl_fat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/spl/spl_fat.c b/common/spl/spl_fat.c
index a14acce..5e31216 100644
--- a/common/spl/spl_fat.c
+++ b/common/spl/spl_fat.c
@@ -19,7 +19,6 @@
static int fat_registered;
-#ifdef CONFIG_SPL_FAT_SUPPORT
static int spl_register_fat_device(struct blk_desc *block_dev, int partition)
{
int err = 0;
@@ -160,4 +159,3 @@ int spl_load_image_fat_os(struct spl_image_info *spl_image,
return -ENOSYS;
}
#endif
-#endif