Explorar el Código

dm: fix include guard

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Masahiro Yamada hace 10 años
padre
commit
b1799fcbdc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/dm/util.h

+ 1 - 0
include/dm/util.h

@@ -5,6 +5,7 @@
  */
 
 #ifndef __DM_UTIL_H
+#define __DM_UTIL_H
 
 void dm_warn(const char *fmt, ...);