[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333110669-24554-1-git-send-email-nicolas.ferre@atmel.com>
Date: Fri, 30 Mar 2012 14:31:09 +0200
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: linux-arm-kernel@...ts.infradead.org, plagnioj@...osoft.com
Cc: ludovic.desroches@...el.com, linux-kernel@...r.kernel.org,
arnd@...db.de, olof@...om.net,
Nicolas Ferre <nicolas.ferre@...el.com>
Subject: [PATCH] ARM: at91: include newly created system_misc.h file
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@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists