On Fri, 09 Nov 2007 18:12:02 +0100 Marian Balakowicz <[EMAIL PROTECTED]> wrote:
>
> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c
>
> +static int __init mpc5200_simple_probe(void)
> +{
> +     unsigned long node = of_get_flat_dt_root();

You need to include asm/prom.h to use the flattened device tree accessors.

> +     /* list of the supported boards */
> +     const char *board[] = { 
> +             "tqc,tqm5200",
> +             "promess,motionpro",
> +             "schindler,cm5200",
> +             NULL
> +     };

Make that static.

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpMu2Bkhvlxi.pgp
Description: PGP signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to