[PATCH] ARM: fix syntax error in main Kconfig file
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Aug 10 18:14:33 EDT 2010
On Tue, Aug 10, 2010 at 10:14:12PM +0200, Uwe Kleine-König wrote:
> - select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \\
> + select HAVE_ARM_TWD if ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \\
This is still crap. '\\' on the end of the line...
And no surprises that I'm getting conflicts when merging my master and
devel branches here. Don't bother submitting a new patch, I'll fix it
in the conflict resolution.
More information about the linux-arm-kernel
mailing list