diff options
author | Jeroen Hofstee | 2014-06-10 23:52:36 +0200 |
---|---|---|
committer | Simon Glass | 2014-06-21 10:06:58 -0600 |
commit | 1805bfcad0869da67939af9be44fcb343965d621 (patch) | |
tree | 6f6ce714823deffba6f761b90e96d3e98d4e9e64 /include/dm.h | |
parent | 39b6d07fd7e692736cdb05a000b1c84ab43de4fb (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm.h b/include/dm.h index 8bbb21b575e..a179c8a6e38 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> |