diff options
Diffstat (limited to 'include/asm-powerpc/prom.h')
-rw-r--r-- | include/asm-powerpc/prom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index 448c5ce76fbe..fcacc88b7706 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -162,8 +162,9 @@ extern void of_detach_node(const struct device_node *); | |||
162 | extern void finish_device_tree(void); | 162 | extern void finish_device_tree(void); |
163 | extern void unflatten_device_tree(void); | 163 | extern void unflatten_device_tree(void); |
164 | extern void early_init_devtree(void *); | 164 | extern void early_init_devtree(void *); |
165 | extern int device_is_compatible(const struct device_node *device, | 165 | extern int of_device_is_compatible(const struct device_node *device, |
166 | const char *); | 166 | const char *); |
167 | #define device_is_compatible(d, c) of_device_is_compatible((d), (c)) | ||
167 | extern int machine_is_compatible(const char *compat); | 168 | extern int machine_is_compatible(const char *compat); |
168 | extern const void *of_get_property(const struct device_node *node, | 169 | extern const void *of_get_property(const struct device_node *node, |
169 | const char *name, | 170 | const char *name, |