dm: Use dm.h header when driver mode is used
[oweals/u-boot.git] / common / env_sf.c
index 9944602367b9a8ae7e51533c3ff5447a7720413e..45f441a042b5ec0caedf226c81754ba63106c041 100644 (file)
@@ -10,6 +10,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <dm.h>
 #include <environment.h>
 #include <malloc.h>
 #include <spi.h>