diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/of.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index fb5d87b66e3e..a093b2fe5dfb 100644 --- a/include/linux/of.h +++ b/include/linux/of.h | |||
@@ -268,10 +268,9 @@ extern int of_alias_get_id(struct device_node *np, const char *stem); | |||
268 | 268 | ||
269 | extern int of_machine_is_compatible(const char *compat); | 269 | extern int of_machine_is_compatible(const char *compat); |
270 | 270 | ||
271 | extern int prom_add_property(struct device_node* np, struct property* prop); | 271 | extern int of_add_property(struct device_node *np, struct property *prop); |
272 | extern int prom_remove_property(struct device_node *np, struct property *prop); | 272 | extern int of_remove_property(struct device_node *np, struct property *prop); |
273 | extern int prom_update_property(struct device_node *np, | 273 | extern int of_update_property(struct device_node *np, struct property *newprop); |
274 | struct property *newprop); | ||
275 | 274 | ||
276 | /* For updating the device tree at runtime */ | 275 | /* For updating the device tree at runtime */ |
277 | #define OF_RECONFIG_ATTACH_NODE 0x0001 | 276 | #define OF_RECONFIG_ATTACH_NODE 0x0001 |