include/dm.h: fix inclusion guard
authorJeroen Hofstee <jeroen@myspectrum.nl>
Tue, 10 Jun 2014 21:52:36 +0000 (23:52 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 21 Jun 2014 16:06:58 +0000 (10:06 -0600)
cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Simon Glass <sjg@chromium.org>
include/dm.h

index 8bbb21b..a179c8a 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef _DM_H_
-#define _DM_H
+#define _DM_H_
 
 #include <dm/device.h>
 #include <dm/platdata.h>