aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/of.h7
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
269extern int of_machine_is_compatible(const char *compat); 269extern int of_machine_is_compatible(const char *compat);
270 270
271extern int prom_add_property(struct device_node* np, struct property* prop); 271extern int of_add_property(struct device_node *np, struct property *prop);
272extern int prom_remove_property(struct device_node *np, struct property *prop); 272extern int of_remove_property(struct device_node *np, struct property *prop);
273extern int prom_update_property(struct device_node *np, 273extern 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