drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
[oweals/u-boot.git] / env / nvram.c
index df1b37913d57d8f0a03edbd6cb5ac97e75aa6676..79201bd788be1ec83e41de807af570567e52dc23 100644 (file)
@@ -25,7 +25,8 @@
 
 #include <common.h>
 #include <command.h>
-#include <environment.h>
+#include <env.h>
+#include <env_internal.h>
 #include <linux/stddef.h>
 #include <search.h>
 #include <errno.h>