aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch')
-rw-r--r--recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch b/recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch
new file mode 100644
index 00000000..f9c8f3a0
--- /dev/null
+++ b/recipes-kernel/cryptodev/sdk_patches/0005-remove-unnecessary-header-inclusion.patch
@@ -0,0 +1,26 @@
+From 00a686189f7e05d70a7184cd6218f7424ab21b0d Mon Sep 17 00:00:00 2001
+From: Cristian Stoica <cristian.stoica@nxp.com>
+Date: Tue, 23 May 2017 15:28:58 +0300
+Subject: [PATCH 5/9] remove unnecessary header inclusion
+
+Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
+---
+ zc.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/zc.h b/zc.h
+index 6f975d6..666c4a5 100644
+--- a/zc.h
++++ b/zc.h
+@@ -1,8 +1,6 @@
+ #ifndef ZC_H
+ # define ZC_H
+
+-#include "cryptodev_int.h"
+-
+ /* For zero copy */
+ int __get_userbuf(uint8_t __user *addr, uint32_t len, int write,
+ unsigned int pgcount, struct page **pg, struct scatterlist *sg,
+--
+2.7.4
+