diff options
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.patch | 26 |
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 @@ | |||
1 | From 00a686189f7e05d70a7184cd6218f7424ab21b0d Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Tue, 23 May 2017 15:28:58 +0300 | ||
4 | Subject: [PATCH 5/9] remove unnecessary header inclusion | ||
5 | |||
6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
7 | --- | ||
8 | zc.h | 2 -- | ||
9 | 1 file changed, 2 deletions(-) | ||
10 | |||
11 | diff --git a/zc.h b/zc.h | ||
12 | index 6f975d6..666c4a5 100644 | ||
13 | --- a/zc.h | ||
14 | +++ b/zc.h | ||
15 | @@ -1,8 +1,6 @@ | ||
16 | #ifndef ZC_H | ||
17 | # define ZC_H | ||
18 | |||
19 | -#include "cryptodev_int.h" | ||
20 | - | ||
21 | /* For zero copy */ | ||
22 | int __get_userbuf(uint8_t __user *addr, uint32_t len, int write, | ||
23 | unsigned int pgcount, struct page **pg, struct scatterlist *sg, | ||
24 | -- | ||
25 | 2.7.4 | ||
26 | |||