diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-04-23 23:50:55 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-24 08:08:59 -0400 |
commit | 8c8dc322486d5394dc981bef9276dd0ce6c8d1ce (patch) | |
tree | 2275c19196414da08a3834c4b56a1da72e1e3715 /include/asm-powerpc/prom.h | |
parent | 112466b4d0036b3244509d01dbbf3c8caec52a23 (diff) |
[POWERPC] Remove old interface find_path_device
Replaced by of_find_node_by_path.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/prom.h')
-rw-r--r-- | include/asm-powerpc/prom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index a9acdd8b3bb6..a070defc4438 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -115,7 +115,6 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e | |||
115 | /* OBSOLETE: Old style node lookup */ | 115 | /* OBSOLETE: Old style node lookup */ |
116 | extern struct device_node *find_devices(const char *name); | 116 | extern struct device_node *find_devices(const char *name); |
117 | extern struct device_node *find_type_devices(const char *type); | 117 | extern struct device_node *find_type_devices(const char *type); |
118 | extern struct device_node *find_path_device(const char *path); | ||
119 | 118 | ||
120 | /* New style node lookup */ | 119 | /* New style node lookup */ |
121 | extern struct device_node *of_find_node_by_name(struct device_node *from, | 120 | extern struct device_node *of_find_node_by_name(struct device_node *from, |