1
0
Fork 0

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>
utp
Jeroen Hofstee 2014-06-10 23:52:36 +02:00 committed by Simon Glass
parent 39b6d07fd7
commit 1805bfcad0
1 changed files with 1 additions and 1 deletions

View File

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