]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api_storage.c
api: remove un-needed ifdef CONFIG_API already handle by the Makefile
[karo-tx-uboot.git] / api / api_storage.c
index 6fac98bffd19e49617c7a9a12198d41b00def03f..c53571296f7d791c2e068982408d1ed0050a4b5c 100644 (file)
@@ -24,9 +24,6 @@
  */
 
 #include <config.h>
-
-#if defined(CONFIG_API)
-
 #include <common.h>
 #include <api_public.h>
 
@@ -391,5 +388,3 @@ lbasize_t dev_read_stor(void *cookie, void *buf, lbasize_t len, lbastart_t start
 
        return (dd->block_read(dev_stor_index(dd), start, len, buf));
 }
-
-#endif /* CONFIG_API */