Re: [PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-06 Thread Arnd Bergmann
On Wednesday 06 February 2013, Shawn Guo wrote: > On Tue, Feb 05, 2013 at 04:42:25PM +, Arnd Bergmann wrote: > > Patch 25b8d314 "ASoC: fsl: fix multiple definition of init_module changed > > the Makefile for imx-pcm.ko to build two modules that both contain the > > imx-pcm.c file, which nicely

Re: [PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-06 Thread Arnd Bergmann
On Wednesday 06 February 2013, Shawn Guo wrote: On Tue, Feb 05, 2013 at 04:42:25PM +, Arnd Bergmann wrote: Patch 25b8d314 ASoC: fsl: fix multiple definition of init_module changed the Makefile for imx-pcm.ko to build two modules that both contain the imx-pcm.c file, which nicely solves

Re: [PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-05 Thread Shawn Guo
On Tue, Feb 05, 2013 at 04:42:25PM +, Arnd Bergmann wrote: > Patch 25b8d314 "ASoC: fsl: fix multiple definition of init_module changed > the Makefile for imx-pcm.ko to build two modules that both contain the > imx-pcm.c file, which nicely solves the problem of building both versions > of the

[PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-05 Thread Arnd Bergmann
Patch 25b8d314 "ASoC: fsl: fix multiple definition of init_module changed the Makefile for imx-pcm.ko to build two modules that both contain the imx-pcm.c file, which nicely solves the problem of building both versions of the driver as modules, but it causes two new problems: 1. Since imx-pcm.c

[PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-05 Thread Arnd Bergmann
Patch 25b8d314 ASoC: fsl: fix multiple definition of init_module changed the Makefile for imx-pcm.ko to build two modules that both contain the imx-pcm.c file, which nicely solves the problem of building both versions of the driver as modules, but it causes two new problems: 1. Since imx-pcm.c is

Re: [PATCH] ASoC: fsl: fix allyesconfig build for imx-pcm

2013-02-05 Thread Shawn Guo
On Tue, Feb 05, 2013 at 04:42:25PM +, Arnd Bergmann wrote: Patch 25b8d314 ASoC: fsl: fix multiple definition of init_module changed the Makefile for imx-pcm.ko to build two modules that both contain the imx-pcm.c file, which nicely solves the problem of building both versions of the driver