]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/prom.h
Pull error-inject into release branch
[linux-2.6] / include / asm-powerpc / prom.h
index 58eabb2fa24eac5c2399b82cb18e674fb0dfc168..ec400f608e166c6e6a98584d274f8790a4d4918d 100644 (file)
@@ -112,12 +112,6 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e
 }
 
 
-/* OBSOLETE: Old style node lookup */
-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,
        const char *name);