aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/of.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 5cd284002bf1..d34cc5d9d81e 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -66,6 +66,7 @@ struct device_node {
66 66
67/* Pointer for first entry in chain of all nodes. */ 67/* Pointer for first entry in chain of all nodes. */
68extern struct device_node *allnodes; 68extern struct device_node *allnodes;
69extern struct device_node *of_chosen;
69 70
70static inline int of_node_check_flag(struct device_node *n, unsigned long flag) 71static inline int of_node_check_flag(struct device_node *n, unsigned long flag)
71{ 72{