From: Chen Gang Date: Tue, 3 Mar 2015 21:16:18 +0000 (+0800) Subject: bcma: Kconfig: Let it depend on PCI X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~318^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09f5ec18b16b82f4db8a735e453332db7514275;p=pandora-kernel.git bcma: Kconfig: Let it depend on PCI bcma also needs PCI, just like IOMEM and DMA, so let it depend on PCI, or will cause building break for allmodconfig under c6x: CC [M] drivers/bcma/driver_pcie2.o drivers/bcma/driver_pcie2.c: In function 'bcma_core_pcie2_up': drivers/bcma/driver_pcie2.c:196:8: error: implicit declaration of function 'pcie_set_readrq' [-Werror=implicit-function-declaration] err = pcie_set_readrq(dev, pcie2->reqsize); ^ Signed-off-by: Chen Gang Signed-off-by: Kalle Valo --- Reading git-diff-tree failed