env: Move env_set() to env.h
[oweals/u-boot.git] / board / keymile / common / ivm.c
index f1321d9899f84e63dc05faf91ad6d03523c5d792..da0634f01bfa00fa92a78235f0f07a7b2e4e83b4 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2011
  * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <cli_hush.h>
+#include <env.h>
 #include <i2c.h>
 #include "common.h"