aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/prom.h')
-rw-r--r--include/asm-sparc64/prom.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h
index 6a5e2405cbf4..e83896f3c141 100644
--- a/include/asm-sparc64/prom.h
+++ b/include/asm-sparc64/prom.h
@@ -78,6 +78,15 @@ extern int of_getintprop_default(struct device_node *np,
78 78
79extern void prom_build_devicetree(void); 79extern void prom_build_devicetree(void);
80 80
81/* Dummy ref counting routines - to be implemented later */
82static inline struct device_node *of_node_get(struct device_node *node)
83{
84 return node;
85}
86static inline void of_node_put(struct device_node *node)
87{
88}
89
81/* 90/*
82 * NB: This is here while we transition from using asm/prom.h 91 * NB: This is here while we transition from using asm/prom.h
83 * to linux/of.h 92 * to linux/of.h