
10 Jun
2014
10 Jun
'14
11:52 p.m.
cc: Simon Glass sjg@chromium.org Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl --- include/dm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm.h b/include/dm.h index 8bbb21b..a179c8a 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>
--
1.8.3.2