Hi Takashi, Today's linux-next merge of the sound tree got a conflict in sound/soc/pxa/pxa2xx-i2s.c between commit 69e2a881351e31e936e3a75f8efff768f0edb2be ("[ARM] pxa: move DMA registers definitions into <mach/dma.h>") from the pxa tree and commit 44dd2b9168350b82a671ce71666b99208ab2d973 ("ASoC: pxa2xx-i2s: remove I2S pin setup") from the sound tree. Just simple context change. I fiex it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc sound/soc/pxa/pxa2xx-i2s.c index 223de89,83b59d7..0000000 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c @@@ -24,8 -24,7 +24,7 @@@ #include <sound/pxa2xx-lib.h> #include <mach/hardware.h> -#include <mach/pxa-regs.h> +#include <mach/dma.h> - #include <mach/pxa2xx-gpio.h> #include <mach/audio.h> #include "pxa2xx-pcm.h" -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html