[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-111-g9431f2d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-01-06 21:07:03
|
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 9431f2d398b37926f05db6250eb84ab869728985 (commit)
from d94311c980a4e457413d2f17198f73d787543ee5 (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 9431f2d398b37926f05db6250eb84ab869728985
Author: Julien Boibessot <jul...@ar...>
Date: Sun Jan 6 22:06:17 2013 +0100
[LINUX] 3.7: fixes build of fpgaloader
-----------------------------------------------------------------------
Summary of changes:
.../fpga/dev_tools/loader/apf27-fpga-loader.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/modules/fpga/dev_tools/loader/apf27-fpga-loader.c b/target/linux/modules/fpga/dev_tools/loader/apf27-fpga-loader.c
index 000a6fc..ca62f1b 100644
--- a/target/linux/modules/fpga/dev_tools/loader/apf27-fpga-loader.c
+++ b/target/linux/modules/fpga/dev_tools/loader/apf27-fpga-loader.c
@@ -26,7 +26,7 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
#include <mach/iomux-mx1-mx2.h>
#else
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,7,20)
#include <mach/iomux-mx27.h>
#else
#include <linux/../../arch/arm/mach-imx/iomux-mx27.h>
@@ -37,7 +37,7 @@
#else
#include <linux/gpio.h>
#endif
-#if LINUX_VERSION_CODE > KERNEL_VERSION(3,7,0)
+#if LINUX_VERSION_CODE > KERNEL_VERSION(3,7,20)
#include <linux/../../arch/arm/mach-imx/fpga.h>
#else
#include <mach/fpga.h>
hooks/post-receive
--
armadeus
|