projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c23dd
)
dm: fix include guard
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 7 Oct 2014 05:49:38 +0000
(14:49 +0900)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/include/dm/util.h
b/include/dm/util.h
index 8be64a921dd75aaf835de4c1b87296ebcc2bd327..6ac3a38ef008b686221a5e213e67f5e503233846 100644
(file)
--- 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, ...);