aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/prom.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-04-24 13:49:47 +1000
committerPaul Mackerras <paulus@samba.org>2007-04-24 22:08:58 +1000
commit112466b4d0036b3244509d01dbbf3c8caec52a23 (patch)
tree9f830c62109282feda1f4e479d8eb61ae21eac07 /include/asm-powerpc/prom.h
parent[POWERPC] Remove find_compatible_devices (diff)
downloadlinux-dev-112466b4d0036b3244509d01dbbf3c8caec52a23.tar.xz
linux-dev-112466b4d0036b3244509d01dbbf3c8caec52a23.zip
[POWERPC] Remove find_all_nodes
This old interface has no more users. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/prom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h
index 58eabb2fa24e..a9acdd8b3bb6 100644
--- a/include/asm-powerpc/prom.h
+++ b/include/asm-powerpc/prom.h
@@ -116,7 +116,6 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e
extern struct device_node *find_devices(const char *name);
extern struct device_node *find_type_devices(const char *type);
extern struct device_node *find_path_device(const char *path);
-extern struct device_node *find_all_nodes(void);
/* New style node lookup */
extern struct device_node *of_find_node_by_name(struct device_node *from,