]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/env_callback.h
Merge branch 'for-v2013.04'
[karo-tx-uboot.git] / include / env_callback.h
index 62428d1e0c22534d147c5800389bfb05a47d1246..b8560006540041e43d36928f470e08f341dc0846 100644 (file)
@@ -67,7 +67,6 @@ struct env_clbk_tbl {
                int flags);
 };
 
-struct env_clbk_tbl *find_env_callback(const char *);
 void env_callback_init(ENTRY *var_entry);
 
 /*
@@ -83,7 +82,7 @@ void env_callback_init(ENTRY *var_entry);
        }
 #else
 #define U_BOOT_ENV_CALLBACK(name, callback) \
-       ll_entry_declare(struct env_clbk_tbl, name, env_clbk, env_clbk) = \
+       ll_entry_declare(struct env_clbk_tbl, name, env_clbk) = \
        {#name, callback}
 #endif