api: remove un-needed ifdef CONFIG_API already handle by the Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2009-05-13 22:16:31 +02:00 committed by Wolfgang Denk
parent 792a09eb9d
commit 84bf7ca522
5 changed files with 0 additions and 23 deletions

View 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 */