projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db13a76
)
dm: Fix typo in include-guard for dm-structs.h
author
Philipp Tomsich
<philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 21:30:07 +0000
(23:30 +0200)
committer
Simon Glass
<sjg@chromium.org>
Fri, 28 Jul 2017 18:02:47 +0000
(12:02 -0600)
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>
include/dt-structs.h
patch
|
blob
|
history
diff --git
a/include/dt-structs.h
b/include/dt-structs.h
index e13afa6608253e8272d7694b9d45058307ff61af..0732c442ff8d9e600c39979327d911b2dc0c6300 100644
(file)
--- a/
include/dt-structs.h
+++ b/
include/dt-structs.h
@@
-4,8
+4,8
@@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef __DT_ST
T
UCTS
-#define __DT_ST
T
UCTS
+#ifndef __DT_ST
R
UCTS
+#define __DT_ST
R
UCTS
/* These structures may only be used in SPL */
#if CONFIG_IS_ENABLED(OF_PLATDATA)