diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-10-15 12:58:02 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-10-15 12:58:02 -0400 |
commit | 526b5b3ed97bac22ed0c9feed97adcdc3a25244c (patch) | |
tree | 73ef4a838e5deb9c9865a5ce789d08ac567e9edf /arch/microblaze | |
parent | b6caf2ad7ce30648b89c1cf40d8f7cf6f4b58033 (diff) |
of: merge of_node_get(), of_node_put() and of_find_all_nodes()
Merge common code between Sparc, PowerPC and Microblaze.
Sparc differs in the implementation at this point, so this patch uses
a #ifdef to handle sparc differently for now. The merging of
implementations will occur in a later patch
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index d4f57ffdae3f..c92b4a9e4397 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h | |||
@@ -40,10 +40,6 @@ extern struct device_node *of_chosen; | |||
40 | extern struct device_node *allnodes; /* temporary while merging */ | 40 | extern struct device_node *allnodes; /* temporary while merging */ |
41 | extern rwlock_t devtree_lock; /* temporary while merging */ | 41 | extern rwlock_t devtree_lock; /* temporary while merging */ |
42 | 42 | ||
43 | extern struct device_node *of_find_all_nodes(struct device_node *prev); | ||
44 | extern struct device_node *of_node_get(struct device_node *node); | ||
45 | extern void of_node_put(struct device_node *node); | ||
46 | |||
47 | /* For scanning the flat device-tree at boot time */ | 43 | /* For scanning the flat device-tree at boot time */ |
48 | extern int __init of_scan_flat_dt(int (*it)(unsigned long node, | 44 | extern int __init of_scan_flat_dt(int (*it)(unsigned long node, |
49 | const char *uname, int depth, | 45 | const char *uname, int depth, |