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

2010-10-14 Thread Michał Mirosław
On Thu, Oct 14, 2010 at 11:30:55AM -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/mmc/

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

2010-10-14 Thread Chris Ball
Hi, On Thu, Oct 14, 2010 at 11:30:55AM -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: Randy Dun

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

2010-10-14 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 |1 + 1 file changed, 1 insertion(+) -