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>
This commit is contained in:
parent
39b6d07fd7
commit
1805bfcad0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _DM_H_
|
||||
#define _DM_H
|
||||
#define _DM_H_
|
||||
|
||||
#include <dm/device.h>
|
||||
#include <dm/platdata.h>
|
||||
|
|
Loading…
Reference in a new issue