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

Jeroen Hofstee jeroen at myspectrum.nl
Tue Jun 10 23:52:36 CEST 2014


cc: Simon Glass <sjg at chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen at 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>
-- 
1.8.3.2



More information about the U-Boot mailing list