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

Signed-off-by: Masahiro Yamada yamada.m@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, ...);

On 6 October 2014 23:49, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Acked-by: Simon Glass sjg@chromium.org

On 7 October 2014 22:14, Simon Glass sjg@chromium.org wrote:
On 6 October 2014 23:49, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!
participants (2)
-
Masahiro Yamada
-
Simon Glass