[PATCH] ARM: at91: include newly created system_misc.h file
Nicolas Ferre
nicolas.ferre at atmel.com
Fri Mar 30 08:31:09 EDT 2012
system.h file has been split by commit "0195c00". Now include
system_misc.h for having access to arm_pm_restart.
Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
---
Hi,
It seems that this split of system.h is now in linus' tree. AT91 build
is broken without this patch.
I will include it in a "at91-fixes" series that I will rebase on top
of 3.4-rc1.
arch/arm/mach-at91/setup.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
index 1083739..d4d334a 100644
--- a/arch/arm/mach-at91/setup.c
+++ b/arch/arm/mach-at91/setup.c
@@ -12,6 +12,7 @@
#include <linux/of_address.h>
#include <asm/mach/map.h>
+#include <asm/system_misc.h>
#include <mach/hardware.h>
#include <mach/cpu.h>
--
1.7.9.4
More information about the linux-arm-kernel
mailing list