commit | 7033e0dad7292bcb4b6486913166ee72b6c5aa59 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 23:30:07 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 28 12:02:47 2017 -0600 |
tree | 267089c89d72724f3509a3feb8c268b2ca099eed | |
parent | 8aa957614610bad42b03c5bd815120813577deb9 [diff] |
dm: Fix typo in include-guard for dm-structs.h The include-guard for dm-structs.h was misspelled as __DT_STTUCTS. Change it. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>