All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] include/dm.h: fix inclusion guard
@ 2014-06-10 21:52 Jeroen Hofstee
  2014-06-11  2:48 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Jeroen Hofstee @ 2014-06-10 21:52 UTC (permalink / raw)
  To: u-boot

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>
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-21 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 21:52 [U-Boot] [PATCH] include/dm.h: fix inclusion guard Jeroen Hofstee
2014-06-11  2:48 ` Simon Glass
2014-06-21 16:15   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.