ALSA: Fix pxa2xx-ac97-lib.c compilation
authorMarc Zyngier <maz@misterjones.org>
Tue, 14 Oct 2008 08:57:05 +0000 (09:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Oct 2008 09:02:21 +0000 (11:02 +0200)
commit8825e8e8d09c1fe6352f94c70f6ff73db449ff56
treeaec3b8f1f744d49f859d8a2474d88b71e0fb3adf
parent7dc85076f83253fcffae99e6d5e6ce77840f8841
ALSA: Fix pxa2xx-ac97-lib.c compilation

The last ALSA merge broke pxa2xx-ac97-lib.c, as it brought back
references to cpu_is_pxa21x that Eric Miao removed in commit
0ffcbfd54ea81ca24c0749f55ca4fcf3e2bdc23e:

[ARM] pxa: make cpu_is_pxa2* macros more consistent

This patch gets rid of those references, and only keeps cpu_is_pxa25x().

Signed-off-by: Marc Zyngier <maz@misterjones.org>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/pxa2xx-ac97-lib.c