On Fri, Jan 11, 2008 at 05:29:57PM +1100, Stephen Rothwell wrote:
> On Fri, 11 Jan 2008 14:25:34 +1100 David Gibson <[EMAIL PROTECTED]> wrote:
> >
> > +++ working-2.6/arch/powerpc/sysdev/of_rtc.c2008-01-11
> > 14:17:03.0 +1100
>
> > +static __initdata struct {
> > + const char *
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.0
> +1100
> +static __initdata struct {
> + const char *compatible;
If you make this an array, then the string will become __initdata as we
On Wed, Jan 02, 2008 at 10:42:08PM +1100, David Gibson wrote:
> On Fri, Dec 21, 2007 at 03:29:22PM -0600, Olof Johansson wrote:
> > Hi,
> >
> > On Fri, Dec 21, 2007 at 01:21:30PM +1100, David Gibson wrote:
> > > Index: working-2.6/arch/powerpc/platforms/Kconfig
> > > ==
On Fri, Dec 21, 2007 at 03:29:22PM -0600, Olof Johansson wrote:
> Hi,
>
> On Fri, Dec 21, 2007 at 01:21:30PM +1100, David Gibson wrote:
> > Index: working-2.6/arch/powerpc/platforms/Kconfig
> > ===
> > --- working-2.6.orig/arch/powerp
Hi,
On Fri, Dec 21, 2007 at 01:21:30PM +1100, David Gibson wrote:
> Index: working-2.6/arch/powerpc/platforms/Kconfig
> ===
> --- working-2.6.orig/arch/powerpc/platforms/Kconfig 2007-12-10
> 10:52:44.0 +1100
> +++ working-2
On Fri, 21 Dec 2007 13:21:30 +1100 David Gibson <[EMAIL PROTECTED]> wrote:
>
> +++ working-2.6/arch/powerpc/sysdev/of_rtc.c 2007-12-21 13:11:34.0
> +1100
> +#include
Use linux/of_platform.h, please.
> +
> +static struct {
const or __initdata
> + char *compatible;
const
> +