From: Sekhar Nori Date: Thu, 9 Jan 2014 09:55:59 +0000 (+0530) Subject: spi/davinci: Don't select EDMA X-Git-Tag: v3.14-rc1~91^2~4^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5c1f936ad472c9a7f18c82f282916a58084e20;p=pandora-kernel.git spi/davinci: Don't select EDMA There is no need to force selection of TI EDMA DMA engine driver when DaVinci SPI driver is selected. The driver builds just fine even with CONFIG_TI_EDMA disabled. Forcing this selection causes warnings of the sort: warning: (ARCH_KEYSTONE && SPI_DAVINCI) selects TI_EDMA which has unmet direct dependencies (DMADEVICES && (ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE)) This reverts commit b5f14330590118e6a0659255476c0f24ab681e05. Reported-by: Russell King Signed-off-by: Sekhar Nori Signed-off-by: Mark Brown --- Reading git-diff-tree failed