From: Arnd Bergmann Date: Wed, 25 Feb 2015 15:06:09 +0000 (+0100) Subject: serial: pl010 is no longer broken X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~77^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dcb34bbc3f3274b37a71a71f1b60ac96782a5ed;p=pandora-kernel.git serial: pl010 is no longer broken As more ARM platforms are moving into ARCH_MULTIPLATFORM, we can now have integrator and versatile in the same kernel, and first one selects this driver, causing a Kconfig warning: warning: (ARCH_INTEGRATOR_AP) selects SERIAL_AMBA_PL010 which has unmet direct dependencies (TTY && HAS_IOMEM && ARM_AMBA && (BROKEN || !ARCH_VERSATILE)) It turns out that it has not been broken on versatile for a long time, so we can remove the statement here. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed