summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/env.h5
-rw-r--r--include/environment.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/include/env.h b/include/env.h
index 2e9a850284..8082f7a0eb 100644
--- a/include/env.h
+++ b/include/env.h
@@ -182,4 +182,9 @@ int eth_env_get_enetaddr(const char *name, uint8_t *enetaddr);
*/
int eth_env_set_enetaddr(const char *name, const uint8_t *enetaddr);
+/**
+ * env_fix_drivers() - Updates envdriver as per relocation
+ */
+void env_fix_drivers(void);
+
#endif
diff --git a/include/environment.h b/include/environment.h
index 0de9d3fc60..7be1ef98ad 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -320,11 +320,6 @@ int env_save(void);
*/
int env_erase(void);
-/**
- * env_fix_drivers() - Updates envdriver as per relocation
- */
-void env_fix_drivers(void);
-
#endif /* DO_DEPS_ONLY */
#endif /* _ENVIRONMENT_H_ */