On Fri, 11 Jan 2008 14:25:34 +1100 David Gibson <[EMAIL PROTECTED]> wrote:
>
> +++ working-2.6/arch/powerpc/sysdev/of_rtc.c  2008-01-11 14:17:03.000000000 
> +1100

> +static __initdata struct {
> +     const char *compatible;

If you make this an array, then the string will become __initdata as well.

> +     char *plat_name;
> +} of_rtc_table[] = {
> +     { "ds1743-nvram", "rtc-ds1742" },
> +};

> +                     platform_device_register_simple(plat_name, -1, res, 1);

Do we care if this fails?

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

Attachment: pgp2IKpcmusmF.pgp
Description: PGP signature

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

Reply via email to