Commit 1805bfcad0869da67939af9be44fcb343965d621

Authored by Jeroen Hofstee
Committed by Simon Glass
1 parent 39b6d07fd7

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -5,7 +5,7 @@
5 5 */
6 6  
7 7 #ifndef _DM_H_
8   -#define _DM_H
  8 +#define _DM_H_
9 9  
10 10 #include <dm/device.h>
11 11 #include <dm/platdata.h>