[U-Boot] [PATCH] dm: fix include guard

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Oct 7 07:49:38 CEST 2014


Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 include/dm/util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dm/util.h b/include/dm/util.h
index 8be64a9..6ac3a38 100644
--- a/include/dm/util.h
+++ b/include/dm/util.h
@@ -5,6 +5,7 @@
  */
 
 #ifndef __DM_UTIL_H
+#define __DM_UTIL_H
 
 void dm_warn(const char *fmt, ...);
 
-- 
1.9.1



More information about the U-Boot mailing list