diff -ur a/include/asm-ppc/prom.h b/include/asm-ppc/prom.h --- a/include/asm-ppc/prom.h 2003-09-27 19:50:38.000000000 -0500 +++ b/include/asm-ppc/prom.h 2003-10-06 12:43:12.000000000 -0500 @@ -59,6 +59,11 @@ struct device_node *allnext; /* next in list of all nodes */ }; +/* for compatibility with ppc64 */ +#define set_node_proc_entry(node,entry) do { } while(0) +#define set_node_name_link(node,entry) do { } while(0) +#define set_node_addr_link(node,entry) do { } while(0) + struct prom_args; typedef void (*prom_entry)(struct prom_args *);