aboutsummaryrefslogtreecommitdiffstats
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
commit80e5e087ca4f136158444d8c16bbad378897eada (patch)
treed66fd8c8de08f0e6ec3e5dfb8017b83cd7c6a440 /target/linux/generic-2.6/patches-2.6.25/951-ocf-scatterlist-inc.patch
parentdc568bb0fe5006940652463a13e12ec0a0ece373 (diff)
downloadupstream-80e5e087ca4f136158444d8c16bbad378897eada.tar.gz
upstream-80e5e087ca4f136158444d8c16bbad378897eada.tar.bz2
upstream-80e5e087ca4f136158444d8c16bbad378897eada.zip
Add ocf to 2.6.25 for ubsec ssb integration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11839 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>