summaryrefslogtreecommitdiffstats
path: root/include/dm
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-10-07 14:49:38 +0900
committerSimon Glass <sjg@chromium.org>2014-10-22 10:32:17 -0600
commitb1799fcbdc9d5bd7c7eb85f70f256d81b3af0bfe (patch)
tree875ddd74eddb83a25f3309f9d53a4b23e8a84c0d /include/dm
parent42c23dd2aafea0a1de7b8acbe1d2515eb25fee73 (diff)
downloadtalos-obmc-uboot-b1799fcbdc9d5bd7c7eb85f70f256d81b3af0bfe.tar.gz
talos-obmc-uboot-b1799fcbdc9d5bd7c7eb85f70f256d81b3af0bfe.zip
dm: fix include guard
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/util.h1
1 files changed, 1 insertions, 0 deletions
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, ...);
OpenPOWER on IntegriCloud