On Tue, Dec 11, 2007 at 11:30:27AM +1100, Stephen Rothwell wrote: > On Mon, 10 Dec 2007 23:29:34 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > > +++ b/arch/powerpc/platforms/83xx/mpc836x_rdk.c > > + > > +static void __init mpc836x_rdk_setup_arch(void) > > +{ > > + struct device_node *np; > > + > > + if (ppc_md.progress) > > + ppc_md.progress("mpc836x_rdk_setup_arch()", 0); > > + > > +#ifdef CONFIG_QUICC_ENGINE > > + qe_reset(); > > + > > + np = of_find_node_by_name(NULL, "par_io"); > > + if (np) > > + par_io_init(np); > > + else > > + pr_warning("QE PIO not initialized!\n"); > > of_node_put(np); ? > > > +static int __init mpc836x_rdk_probe(void) > > +{ > > + unsigned long root = of_get_flat_dt_root(); > > + > > + return of_flat_dt_is_compatible(root, "MPC836xRDK"); > > You need to include asm/prom.h to use the flattened device tree accessors.
Will fix. Much thanks for looking into this. -- Anton Vorontsov email: [EMAIL PROTECTED] backup email: [EMAIL PROTECTED] irc://irc.freenode.net/bd2 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev