summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-15 17:11:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-15 17:11:16 +0000
commit191866eac21c0d8590021524ecceb472628dfe12 (patch)
treec816348da31ca8f5ba707b814a36fcf60c69cbf1 /target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch
parentf11d6c2d848c9c7c8a3c7db77516a585680f1987 (diff)
downloadmaster-31e0f0ae-191866eac21c0d8590021524ecceb472628dfe12.tar.gz
master-31e0f0ae-191866eac21c0d8590021524ecceb472628dfe12.tar.bz2
master-31e0f0ae-191866eac21c0d8590021524ecceb472628dfe12.zip
Add ocf to 2.6.25 for ubsec ssb integration
SVN-Revision: 11839
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch b/target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch
new file mode 100644
index 0000000000..6148490ac0
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch
@@ -0,0 +1,11 @@
+diff -Nru linux-2.6.25.10-old/crypto/ocf/cryptosoft.c linux-2.6.25.10/crypto/ocf/cryptosoft.c
+--- linux-2.6.25.10-old/crypto/ocf/cryptosoft.c 2008-07-08 23:38:58.114980680 +0200
++++ linux-2.6.25.10/crypto/ocf/cryptosoft.c 2008-07-08 23:31:15.866980267 +0200
+@@ -48,6 +48,7 @@
+ #include <linux/skbuff.h>
+ #include <linux/random.h>
+ #include <asm/scatterlist.h>
++#include <linux/scatterlist.h>
+
+ #include <cryptodev.h>
+ #include <uio.h>