From: Stephen Rothwell on
Hi Takashi,

After merging the sound tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

sound/ppc/tumbler.c: In function 'tumbler_find_device':
sound/ppc/tumbler.c:1143: error: implicit declaration of function 'machine_is_compatible'

Caused by commit 819ef70b135ba66cd1659c913255686bf931e3d4 ("ALSA:
powermac - Reverse HP detection on G4 DA"). machine_is_compatible was
renamed to of_machine_is_compatible by commit
71a157e8edca55198e808f8561dd49017a54ee34 ("of: add 'of_' prefix to
machine_is_compatible()") in Linus' tree since Feb 26, 2010 (and is in
v2.6.34-rc1).

I have used the version of the sound tree from next-20100401 for today.

--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Takashi Iwai on
At Wed, 7 Apr 2010 13:39:19 +1000,
Stephen Rothwell wrote:
>
> Hi Takashi,
>
> After merging the sound tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> sound/ppc/tumbler.c: In function 'tumbler_find_device':
> sound/ppc/tumbler.c:1143: error: implicit declaration of function 'machine_is_compatible'
>
> Caused by commit 819ef70b135ba66cd1659c913255686bf931e3d4 ("ALSA:
> powermac - Reverse HP detection on G4 DA"). machine_is_compatible was
> renamed to of_machine_is_compatible by commit
> 71a157e8edca55198e808f8561dd49017a54ee34 ("of: add 'of_' prefix to
> machine_is_compatible()") in Linus' tree since Feb 26, 2010 (and is in
> v2.6.34-rc1).
>
> I have used the version of the sound tree from next-20100401 for today.

Fixed now. Thanks.


Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Stephen Rothwell on
Hi Takashi,

On Wed, 07 Apr 2010 08:06:13 +0200 Takashi Iwai <tiwai(a)suse.de> wrote:
>
> Fixed now. Thanks.

OK, thanks.

--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/