diff options
author | Tom Rini <trini@ti.com> | 2014-06-24 14:04:33 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-24 14:04:33 -0400 |
commit | 19198f8b013b70ae6f497422e5418cc009dea145 (patch) | |
tree | d300eca164e202d476f0342f51b9b2a04662094b /include | |
parent | 038380597bc9b97378da2e18355cd7346d17b002 (diff) | |
parent | 4af5b1445c2c17b72f515134d510d37e05a344f1 (diff) | |
download | u-boot-19198f8b013b70ae6f497422e5418cc009dea145.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-dm
Diffstat (limited to 'include')
-rw-r--r-- | include/dm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm.h b/include/dm.h index 8bbb21b575..a179c8a6e3 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> |