X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2Fapi.c;h=853f010fee93c6c321cf418f3920b9ec62b0724a;hb=aa2bcf4be5b97f41ed1a10b5cfe68442cd588fb8;hp=f51ebb7b1384d316230117fe2a9ce8404d75f6c0;hpb=225f0eaa745adfae05931848543d99942798756a;p=oweals%2Fu-boot.git diff --git a/api/api.c b/api/api.c index f51ebb7b13..853f010fee 100644 --- a/api/api.c +++ b/api/api.c @@ -24,9 +24,6 @@ */ #include - -#if defined(CONFIG_API) - #include #include #include @@ -39,9 +36,6 @@ #define DEBUG #undef DEBUG -/* U-Boot routines needed */ -extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); - /***************************************************************************** * * This is the API core. @@ -665,5 +659,3 @@ void platform_set_mr(struct sys_info *si, unsigned long start, unsigned long siz return; } } - -#endif /* CONFIG_API */