diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/of.h | 1 |
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. */ |
68 | extern struct device_node *allnodes; | 68 | extern struct device_node *allnodes; |
69 | extern struct device_node *of_chosen; | ||
69 | 70 | ||
70 | static inline int of_node_check_flag(struct device_node *n, unsigned long flag) | 71 | static inline int of_node_check_flag(struct device_node *n, unsigned long flag) |
71 | { | 72 | { |