diff -Naur linuxppc64-2.5/include/asm-ppc64/prom.h linuxppc64-2.5-ntl/include/asm-ppc64/prom.h --- linuxppc64-2.5/include/asm-ppc64/prom.h 2003-06-23 23:20:21.000000000 -0500 +++ linuxppc64-2.5-ntl/include/asm-ppc64/prom.h 2003-08-05 10:21:12.000000000 -0500 @@ -183,8 +183,6 @@ 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_pci_device_OFnode(unsigned char bus, - unsigned char dev_fn); extern struct device_node *find_all_nodes(void); extern int device_is_compatible(struct device_node *device, const char *); extern int machine_is_compatible(const char *compat);