[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-29-g7d08154db
Brought to you by:
sszy
|
From: SebR <se...@us...> - 2019-01-10 14:46:07
|
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 7d08154db7b63ff0d69239e6e9224b4c931d5d88 (commit)
from 65d2d68c7055aa34f688646a75a7aeddad8dbbc0 (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 7d08154db7b63ff0d69239e6e9224b4c931d5d88
Author: Sebastien Royen <seb...@ar...>
Date: Thu Jan 10 15:45:17 2019 +0100
better include for copy_to_user/copy_from_user
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/fpga/dev_tools/loader/altera_cvp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/modules/fpga/dev_tools/loader/altera_cvp.c b/target/linux/modules/fpga/dev_tools/loader/altera_cvp.c
index 64750aae8..b034f1307 100644
--- a/target/linux/modules/fpga/dev_tools/loader/altera_cvp.c
+++ b/target/linux/modules/fpga/dev_tools/loader/altera_cvp.c
@@ -51,7 +51,7 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/cdev.h>
-#include <asm/uaccess.h> /* copy_to/from_user */
+#include <linux/uaccess.h> /* copy_to/from_user */
#include <linux/slab.h> /* kmalloc */
#include <linux/file.h>
#include <linux/fs.h>
hooks/post-receive
--
armadeus
|