[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-318-gf3cba39
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-07-01 09:41:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via f3cba399c549ce001b8ad2e3b44b6d35e74ff095 (commit)
from 4761cd26463cf8a3e0cad0b6e8b8f96c26a33d61 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3cba399c549ce001b8ad2e3b44b6d35e74ff095
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 30 21:50:52 2014 +0200
[LINUX] Fixes build of wishbone irq_mngr driver on recent kernels
-----------------------------------------------------------------------
Summary of changes:
.../fpga/virtual_components/irq_mngr/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/modules/fpga/virtual_components/irq_mngr/main.c b/target/linux/modules/fpga/virtual_components/irq_mngr/main.c
index d57af34..dfc3c8b 100644
--- a/target/linux/modules/fpga/virtual_components/irq_mngr/main.c
+++ b/target/linux/modules/fpga/virtual_components/irq_mngr/main.c
@@ -1,7 +1,7 @@
/*
* Driver for the IRQ manager (OpenCore/Wishbone based) IP
*
- * (C) Copyright 2008-2013 Armadeus Systems
+ * (C) Copyright 2008-2014 Armadeus Systems
* Author: Julien Boibessot <jul...@ar...>
*
* Inspired of linux/arch/arm/mach-imx/irq.c
@@ -50,7 +50,7 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)
# include <mach/fpga.h> /* To remove when MX1 platform is merged */
#else
-# include <linux/../../arch/arm/mach-imx/fpga.h>
+# include <linux/armadeus_fpga.h>
#endif
#endif
hooks/post-receive
--
armadeus
|