Hi Scott,

On Tue, 15 Jan 2008 17:30:45 -0600 Scott Wood <[EMAIL PROTECTED]> wrote:
>
> +++ b/arch/powerpc/platforms/8xx/adder875.c

> +static __initdata const struct cpm_pin adder875_pins[] = {

Sorry, but you can't have both const and __inittdata.  The section
attributes that each use conflict.  So just make it __initdata.

> +static __initdata const struct of_device_id __initdata of_bus_ids[] = {

Same here.

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

Attachment: pgpJvyX9VwcW0.pgp
Description: PGP signature

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

Reply via email to