]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: fix include guard
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 7 Oct 2014 05:49:38 +0000 (14:49 +0900)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:32:17 +0000 (10:32 -0600)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/dm/util.h

index 8be64a921dd75aaf835de4c1b87296ebcc2bd327..6ac3a38ef008b686221a5e213e67f5e503233846 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #ifndef __DM_UTIL_H
+#define __DM_UTIL_H
 
 void dm_warn(const char *fmt, ...);