diff options
Diffstat (limited to 'include')
-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 a070defc4438..990489cac9b9 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -114,7 +114,6 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e | |||
114 | 114 | ||
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); | ||
118 | 117 | ||
119 | /* New style node lookup */ | 118 | /* New style node lookup */ |
120 | extern struct device_node *of_find_node_by_name(struct device_node *from, | 119 | extern struct device_node *of_find_node_by_name(struct device_node *from, |