aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/prom.h')
-rw-r--r--arch/sparc/include/asm/prom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/prom.h b/arch/sparc/include/asm/prom.h
index e5f4a1d8fc46..ddbd870b5720 100644
--- a/arch/sparc/include/asm/prom.h
+++ b/arch/sparc/include/asm/prom.h
@@ -34,9 +34,6 @@ struct of_irq_controller {
34 void *data; 34 void *data;
35}; 35};
36 36
37#define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
38#define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
39
40extern struct device_node *of_find_node_by_cpuid(int cpuid); 37extern struct device_node *of_find_node_by_cpuid(int cpuid);
41extern int of_set_property(struct device_node *node, const char *name, void *val, int len); 38extern int of_set_property(struct device_node *node, const char *name, void *val, int len);
42extern struct mutex of_set_property_mutex; 39extern struct mutex of_set_property_mutex;