]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 8bbb21b575e56f077abaa28eeff542169c7251e9..a179c8a6e38c7e0900e185b952624d7df6f56bbc 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef _DM_H_
-#define _DM_H
+#define _DM_H_
 
 #include <dm/device.h>
 #include <dm/platdata.h>