]> git.sur5r.net Git - u-boot/blobdiff - include/environment.h
cmd: nvedit: Get rid of the env lookup
[u-boot] / include / environment.h
index d29f82cb5d6faf148f126df5aa2207928a1628ef..a2015c299aa909a029dce55a1a6db1203b053271 100644 (file)
@@ -292,13 +292,6 @@ int env_export(env_t *env_out);
 int env_import_redund(const char *buf1, const char *buf2);
 #endif
 
-/**
- * env_driver_lookup_default() - Look up the default environment driver
- *
- * @return pointer to driver, or NULL if none (which should not happen)
- */
-struct env_driver *env_driver_lookup_default(void);
-
 /**
  * env_get_char() - Get a character from the early environment
  *