diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/prom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index f31af713e6a4..58eabb2fa24e 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -116,8 +116,6 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e | |||
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); | 118 | extern struct device_node *find_path_device(const char *path); |
119 | extern struct device_node *find_compatible_devices(const char *type, | ||
120 | const char *compat); | ||
121 | extern struct device_node *find_all_nodes(void); | 119 | extern struct device_node *find_all_nodes(void); |
122 | 120 | ||
123 | /* New style node lookup */ | 121 | /* New style node lookup */ |