Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Stephen Rothwell
Hi Shawn, On Mon, 15 Aug 2011 14:05:49 +0800 Shawn Guo wrote: > > My .config is attached. It's used to build i.mx53 image. Thanks. > Before you start building it, you need to cherry-pick the following > commit from Linus' tree to fix another error. > > commit d9c927833a42b4eaae4addd031f780f45

Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Chris Ball
Hi Stephen, On Mon, Aug 15 2011, Stephen Rothwell wrote: > It could well be an interaction with the module.h split up, in which case > it will only appear in linux-next. That said, I don;t get that error in > my manual builds, so the config (or at least ARCH) could be useful. Ah, yes, I was bui

Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Shawn Guo
On 15 August 2011 13:35, Shawn Guo wrote: > Hi Chris, > > On 15 August 2011 11:54, Chris Ball wrote: >> Hi Shawn, >> >> On Sun, Aug 14 2011, Shawn Guo wrote: >>> There are following warning and error when compiling the driver. >>> The patch adds the missing inclusion of linux/module.h to fix them

Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Stephen Rothwell
Hi, On Mon, 15 Aug 2011 13:35:58 +0800 Shawn Guo wrote: > > On 15 August 2011 11:54, Chris Ball wrote: > > > > On Sun, Aug 14 2011, Shawn Guo wrote: > >> There are following warning and error when compiling the driver. > >> The patch adds the missing inclusion of linux/module.h to fix them. > >>

Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Shawn Guo
Hi Chris, On 15 August 2011 11:54, Chris Ball wrote: > Hi Shawn, > > On Sun, Aug 14 2011, Shawn Guo wrote: >> There are following warning and error when compiling the driver. >> The patch adds the missing inclusion of linux/module.h to fix them. >> >> drivers/mmc/host/sdhci-esdhc-imx.c:87:1: warn

Re: [PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Chris Ball
Hi Shawn, On Sun, Aug 14 2011, Shawn Guo wrote: > There are following warning and error when compiling the driver. > The patch adds the missing inclusion of linux/module.h to fix them. > > drivers/mmc/host/sdhci-esdhc-imx.c:87:1: warning: data definition has > no type or storage class Pushed to m

[PATCH] mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h

2011-08-14 Thread Shawn Guo
There are following warning and error when compiling the driver. The patch adds the missing inclusion of linux/module.h to fix them. drivers/mmc/host/sdhci-esdhc-imx.c:87:1: warning: data definition has no type or storage class drivers/mmc/host/sdhci-esdhc-imx.c:87:1: warning: type defaults to ‘i