[PATCH -v11 resend 10/11] arm, change reboot_mode to use enum reboot_mode
From: Kevin Hilman <hidden>
Date: 2013-06-27 21:39:50
Also in:
lkml
On Thu, Jun 27, 2013 at 2:28 PM, Kevin Hilman [off-list ref] wrote:
On Tue, Jun 25, 2013 at 2:41 PM, Kevin Hilman [off-list ref] wrote:quoted
On Wed, Jun 19, 2013 at 11:16 AM, Arnd Bergmann [off-list ref] wrote:quoted
On Wednesday 19 June 2013, Andrew Morton wrote:quoted
This patchset gets a lot of rejects which I keep on fixing up. Please merge up early in the merge window and compile-test (and review) the linux-next changes to make sure I didn't muck up the reject-fixing, then we should be fine.Ok, good. The patch below is what I used locally to get everything to build. Please fold that into the larger patch.I'm still seeing build breaks in linux-next due to the original patch. Will the fix below from Arnd be folded into the original?Actually, there's even more ARM build fallout from this patch not covered by Arnd's fix. For example, building the ixp4xx_defconfig now has an include nesting mess[1] that is not a trivial fixup (at least that I have found yet). IMO, this patch needs to be dropped from -next until it gets better build coverage testing on ARM.
OK, the change below also needs to be folded in to fix ixp4xxx_defconfig on ARM. Kevin
diff --git a/arch/arm/mach-ixp4xx/include/mach/platform.hb/arch/arm/mach-ixp4xx/include/mach/platform.h index 4c4c6a6..8f81a5b 100644
--- a/arch/arm/mach-ixp4xx/include/mach/platform.h
+++ b/arch/arm/mach-ixp4xx/include/mach/platform.h@@ -13,7 +13,7 @@ #ifndef __ASSEMBLY__ -#include <linux/reboot.h> +extern enum reboot_mode reboot_mode; #include <asm/types.h>