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. -- Cheers, Stephen Rothwell [EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/
pgpd9r80e3pv4.pgp
Description: PGP signature
_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev