aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-05 01:28:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-05 01:28:12 +0000
commitf87623f97a339e5c2ee58243b967e8a47d16df51 (patch)
treecadb826919e5f8448ef43e6b45303a16a8e1aff6 /target
parent4da8ae9f241a643476b373b6092de3706e2e9a20 (diff)
downloadupstream-f87623f97a339e5c2ee58243b967e8a47d16df51.tar.gz
upstream-f87623f97a339e5c2ee58243b967e8a47d16df51.tar.bz2
upstream-f87623f97a339e5c2ee58243b967e8a47d16df51.zip
fix ocf compile error
SVN-Revision: 12118
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/971-ocf_compile_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/971-ocf_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.26/971-ocf_compile_fix.patch
new file mode 100644
index 0000000000..a3fa226814
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.26/971-ocf_compile_fix.patch
@@ -0,0 +1,11 @@
+--- a/crypto/ocf/cryptosoft.c
++++ b/crypto/ocf/cryptosoft.c
+@@ -47,7 +47,7 @@
+ #include <linux/mm.h>
+ #include <linux/skbuff.h>
+ #include <linux/random.h>
+-#include <asm/scatterlist.h>
++#include <linux/scatterlist.h>
+
+ #include <cryptodev.h>
+ #include <uio.h>