From: Arnd Bergmann Date: Wed, 28 Jan 2015 13:27:06 +0000 (+0100) Subject: spi: pl08x: do not select S3C64XX_PL080 X-Git-Tag: fixes-v4.0-rc1~184^2~2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d30c51f8a841d4f40b76fb6ce23927f8f140cf;p=pandora-kernel.git spi: pl08x: do not select S3C64XX_PL080 The pl08x driver originally selected S3C64XX_PL080 to avoid having the legacy Samsung DMA interfaces. Those are now gone, so the select is no longer needed, but it now causes problems when CONFIG_DMA_ENGINE is disabled: arch/arm/plat-samsung/built-in.o: In function `s3c64xx_spi0_set_platdata': :(.init.text+0x518): undefined reference to `pl08x_filter_id' This simply removes the 'select' to avoid this problem. Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed