[U-Boot] [PATCH] include/dm.h: fix inclusion guard

cc: Simon Glass sjg@chromium.org Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl --- include/dm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm.h b/include/dm.h index 8bbb21b..a179c8a 100644 --- a/include/dm.h +++ b/include/dm.h @@ -5,7 +5,7 @@ */
#ifndef _DM_H_ -#define _DM_H +#define _DM_H_
#include <dm/device.h> #include <dm/platdata.h>

On 10 June 2014 17:52, Jeroen Hofstee jeroen@myspectrum.nl wrote:
cc: Simon Glass sjg@chromium.org Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl
Acked-by: Simon Glass sjg@chromium.org

On 10 June 2014 20:48, Simon Glass sjg@chromium.org wrote:
On 10 June 2014 17:52, Jeroen Hofstee jeroen@myspectrum.nl wrote:
cc: Simon Glass sjg@chromium.org Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/master, thanks!
participants (2)
-
Jeroen Hofstee
-
Simon Glass