summaryrefslogtreecommitdiffstats
path: root/include/dm.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-06-10 23:52:36 +0200
committerSimon Glass <sjg@chromium.org>2014-06-21 10:06:58 -0600
commit1805bfcad0869da67939af9be44fcb343965d621 (patch)
tree6f6ce714823deffba6f761b90e96d3e98d4e9e64 /include/dm.h
parent39b6d07fd7e692736cdb05a000b1c84ab43de4fb (diff)
downloadblackbird-obmc-uboot-1805bfcad0869da67939af9be44fcb343965d621.tar.gz
blackbird-obmc-uboot-1805bfcad0869da67939af9be44fcb343965d621.zip
include/dm.h: fix inclusion guard
cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm.h b/include/dm.h
index 8bbb21b575..a179c8a6e3 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>
OpenPOWER on IntegriCloud