2010-06-06 10:15:17

by David Woodhouse

[permalink] [raw]
Subject: Re: [PATCH] mtd: nand: mpc5121_nfc.c: Fix build failures

On Mon, 2010-05-31 at 18:37 +0200, Anatolij Gustschin wrote:
> Fixes build errors caused by the:
> - OF device_node pointer being moved into struct device
> - removal of the match_table field from struct of_platform_driver
>
> Signed-off-by: Anatolij Gustschin <[email protected]>
> Cc: Grant Likely <[email protected]>

Um, this isn't applicable to 2.6.35, is it?

--
David Woodhouse Open Source Technology Centre
[email protected] Intel Corporation


2010-06-07 07:09:59

by Anatolij Gustschin

[permalink] [raw]
Subject: Re: [PATCH] mtd: nand: mpc5121_nfc.c: Fix build failures

On Sun, 06 Jun 2010 11:15:08 +0100
David Woodhouse <[email protected]> wrote:

> On Mon, 2010-05-31 at 18:37 +0200, Anatolij Gustschin wrote:
> > Fixes build errors caused by the:
> > - OF device_node pointer being moved into struct device
> > - removal of the match_table field from struct of_platform_driver
> >
> > Signed-off-by: Anatolij Gustschin <[email protected]>
> > Cc: Grant Likely <[email protected]>
>
> Um, this isn't applicable to 2.6.35, is it?

Do you mean it isn't applicable to 2.6.34? This patch is needed and
applicable to 2.6.35-rc1. It has already been collected by Grant
and the breakage is fixed in 2.6.35-rc2.