From: Fabio Estevam <redacted>
Include irqs.h in order to fix the following build error:
arch/arm/plat-mxc/tzic.c:195:11: error: 'FIQ_START' undeclared (first use in this function)
Signed-off-by: Fabio Estevam <redacted>
---
arch/arm/plat-mxc/tzic.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: Fabio Estevam <redacted>
Include irqs.h in order to fix the following build error:
arch/arm/plat-mxc/tzic.c:195:11: error: 'FIQ_START' undeclared (first use in this function)
Signed-off-by: Fabio Estevam <redacted>
Acked-by: Dirk Behme <redacted>
Could we make sure that this patch goes into mainline asap?
Recent mainline imx_v6_v7_defconfig doesn't build without this patch.
Many thanks and best regards
Dirk
P.S.: It seems that Shawn is on holiday. Could anybody help?
On Mon, Jul 23, 2012 at 04:41:18AM -0300, Fabio Estevam wrote:
From: Fabio Estevam <redacted>
Include irqs.h in order to fix the following build error:
arch/arm/plat-mxc/tzic.c:195:11: error: 'FIQ_START' undeclared (first use in this function)
Signed-off-by: Fabio Estevam <redacted>
Thanks for the patch. Will send it to arm-soc shortly.
Regards,
Shawn
On Sat, Jul 28, 2012 at 07:14:24PM +0800, Shawn Guo wrote:
On Mon, Jul 23, 2012 at 04:41:18AM -0300, Fabio Estevam wrote:
quoted
From: Fabio Estevam <redacted>
Include irqs.h in order to fix the following build error:
arch/arm/plat-mxc/tzic.c:195:11: error: 'FIQ_START' undeclared (first use in this function)
Signed-off-by: Fabio Estevam <redacted>
Thanks for the patch. Will send it to arm-soc shortly.
Olof,
I just noticed you had sent the first batch fixes for merge window
fallout. Unfortunately, this is another one. Will there be a second
batch fixes targeting -rc1? If so, please help pick up this one,
otherwise, I will queue it for later -rc.
--
Regards,
Shawn
From: Olof Johansson <hidden> Date: 2012-07-28 21:27:43
Hi,
On Sat, Jul 28, 2012 at 8:44 AM, Shawn Guo [off-list ref] wrote:
On Sat, Jul 28, 2012 at 07:14:24PM +0800, Shawn Guo wrote:
quoted
On Mon, Jul 23, 2012 at 04:41:18AM -0300, Fabio Estevam wrote:
quoted
From: Fabio Estevam <redacted>
Include irqs.h in order to fix the following build error:
arch/arm/plat-mxc/tzic.c:195:11: error: 'FIQ_START' undeclared (first use in this function)
Signed-off-by: Fabio Estevam <redacted>
Thanks for the patch. Will send it to arm-soc shortly.
Olof,
I just noticed you had sent the first batch fixes for merge window
fallout. Unfortunately, this is another one. Will there be a second
batch fixes targeting -rc1? If so, please help pick up this one,
otherwise, I will queue it for later -rc.
Applied to fixes, so it'll make it in the next batch whenever it is.
Likely before -rc1.
-Olof