summaryrefslogtreecommitdiff
path: root/include/dm/ofnode_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/ofnode_decl.h')
-rw-r--r--include/dm/ofnode_decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/ofnode_decl.h b/include/dm/ofnode_decl.h
index 266253d5e3..8d0d7885aa 100644
--- a/include/dm/ofnode_decl.h
+++ b/include/dm/ofnode_decl.h
@@ -39,7 +39,7 @@
* is not a really a pointer to a node: it is an offset value. See above.
*/
typedef union ofnode_union {
- const struct device_node *np;
+ struct device_node *np;
long of_offset;
} ofnode;