spl: Remove inline ifdef check for EXT and FAT support
[oweals/u-boot.git] / common / spl / spl_fat.c
index a14acceebb3d3a84b95885c0473a353fc8239b47..5e312160d95d20530e6ed310a216a06dc9974275 100644 (file)
@@ -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