Re: [PATCH v2] can: flexcan: remove HAVE_CAN_FLEXCAN Kconfig symbol
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-05-31 23:41:26
Also in:
linux-arm-kernel, linux-can, lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-05-31 23:41:26
Also in:
linux-arm-kernel, linux-can, lkml
On Mon, 2013-05-20 at 18:06 +0200, Marc Kleine-Budde wrote:
On 05/17/2013 11:09 AM, Shawn Guo wrote:quoted
On Fri, May 17, 2013 at 10:59:17AM +0200, Marc Kleine-Budde wrote:quoted
This patch removes the Kconfig symbol HAVE_CAN_FLEXCAN from arch/{arm,powerpc} and allowing compilation unconditionally on all arm and powerpc platforms. This brings a bigger compile time coverage and removes the following dependency warning found by Arnd Bergmann: warning: (SOC_IMX28 && SOC_IMX25 && SOC_IMX35 && IMX_HAVE_PLATFORM_FLEXCAN && SOC_IMX53 && SOC_IMX6Q) selects HAVE_CAN_FLEXCAN which has unmet direct dependencies (NET && CAN && CAN_DEV) Cc: Arnd Bergmann <arnd@arndb.de> Cc: Shawn Guo <redacted>Acked-by: Shawn Guo <redacted>Thanks. An Acked-by by the powerpc people would be fine. However, if nobody doesn't object, I'm sending this patch via linux-can and net-next upstream.
Sorry, missed it, if it's still out there, add my Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cheers, Ben.