From: Masahiro Yamada <yamada.m@jp.panasonic.com>
Date: Tue, 7 Oct 2014 05:49:38 +0000 (+0900)
Subject: dm: fix include guard
X-Git-Tag: v2025.01-rc5-pxa1908~14533^2~59
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=b1799fcbdc9d5bd7c7eb85f70f256d81b3af0bfe;p=u-boot.git

dm: fix include guard

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
---

diff --git a/include/dm/util.h b/include/dm/util.h
index 8be64a921d..6ac3a38ef0 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, ...);