cc: Simon Glass <[email protected]> Signed-off-by: Jeroen Hofstee <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

