X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2Fapi_storage.c;h=c53571296f7d791c2e068982408d1ed0050a4b5c;hb=263d5c2f84350703d31ccbfb76c6853570278e6c;hp=6fac98bffd19e49617c7a9a12198d41b00def03f;hpb=50bd0057ba8fceeb48533f8b1a652ccd0e170838;p=u-boot diff --git a/api/api_storage.c b/api/api_storage.c index 6fac98bffd..c53571296f 100644 --- a/api/api_storage.c +++ b/api/api_storage.c @@ -24,9 +24,6 @@ */ #include - -#if defined(CONFIG_API) - #include #include @@ -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 */