Re: [PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Randy Dunlap
On 10/14/10 02:04, Michał Mirosław wrote: > On Wed, Oct 13, 2010 at 06:15:19PM -0700, Randy Dunlap wrote: >> Fix kconfig dependency warning to satisfy dependencies: >> >> warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct >> dependencies (MISC_DEVICES && PCI) >> >> Signed

Re: [PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Michał Mirosław
On Wed, Oct 13, 2010 at 06:15:19PM -0700, Randy Dunlap wrote: > Fix kconfig dependency warning to satisfy dependencies: > > warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct > dependencies (MISC_DEVICES && PCI) > > Signed-off-by: Randy Dunlap > Cc: > --- > drivers/m

Re: [PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-13 Thread Chris Ball
Hi Randy, On Wed, Oct 13, 2010 at 06:15:19PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependency warning to satisfy dependencies: > > warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct > dependencies (MISC_DEVICES && PCI) > > Signed-off-by: Ran

[PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-13 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning to satisfy dependencies: warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct dependencies (MISC_DEVICES && PCI) Signed-off-by: Randy Dunlap Cc: --- drivers/mmc/host/Kconfig |2 +- 1 file changed, 1 insertion(+),