]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/prom.h
Char: cyclades, remove useless fileds from cyclades_card
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / prom.h
index f31af713e6a4fc4c5b9a9edead65bb39f0faf764..ec400f608e166c6e6a98584d274f8790a4d4918d 100644 (file)
@@ -112,14 +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_compatible_devices(const char *type,
-                                                  const char *compat);
-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);