Hi Marian,

On Wed, 14 Nov 2007 11:21:37 +0100 Marian Balakowicz <[EMAIL PROTECTED]> wrote:
>
> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c
> +#include <asm/time.h>
> +#include <asm/machdep.h>
> +#include <asm/mpc52xx.h>

You still need asm/prom.h because you use of_get_flat_dt_root() and
of_flat_dt_is_compatible().

> +/* list of the supported boards */
> +static const char *board[] __initdata = {

Unfortunately you can't use "const" and "__initdata", so just remove the
"const".  (const changes the attributes on the section that __initdata is
stored in.)

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

Attachment: pgp6HXGXlaIBA.pgp
Description: PGP signature

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

Reply via email to