diff options
Diffstat (limited to 'arch/sparc/include/asm/prom.h')
-rw-r--r-- | arch/sparc/include/asm/prom.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sparc/include/asm/prom.h b/arch/sparc/include/asm/prom.h index ddbd870b5720..f845828ca4c6 100644 --- a/arch/sparc/include/asm/prom.h +++ b/arch/sparc/include/asm/prom.h | |||
@@ -51,15 +51,6 @@ extern void prom_build_devicetree(void); | |||
51 | extern void of_populate_present_mask(void); | 51 | extern void of_populate_present_mask(void); |
52 | extern void of_fill_in_cpu_data(void); | 52 | extern void of_fill_in_cpu_data(void); |
53 | 53 | ||
54 | /* Dummy ref counting routines - to be implemented later */ | ||
55 | static inline struct device_node *of_node_get(struct device_node *node) | ||
56 | { | ||
57 | return node; | ||
58 | } | ||
59 | static inline void of_node_put(struct device_node *node) | ||
60 | { | ||
61 | } | ||
62 | |||
63 | /* These routines are here to provide compatibility with how powerpc | 54 | /* These routines are here to provide compatibility with how powerpc |
64 | * handles IRQ mapping for OF device nodes. We precompute and permanently | 55 | * handles IRQ mapping for OF device nodes. We precompute and permanently |
65 | * register them in the of_device objects, whereas powerpc computes them | 56 | * register them in the of_device objects, whereas powerpc computes them |