Update gpiommc to use configfs
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.25 / 951-ocf-scatterlist-inc.patch
1 diff -Nru linux-2.6.25.10-old/crypto/ocf/cryptosoft.c linux-2.6.25.10/crypto/ocf/cryptosoft.c
2 --- linux-2.6.25.10-old/crypto/ocf/cryptosoft.c 2008-07-08 23:38:58.114980680 +0200
3 +++ linux-2.6.25.10/crypto/ocf/cryptosoft.c 2008-07-08 23:31:15.866980267 +0200
4 @@ -48,6 +48,7 @@
5 #include <linux/skbuff.h>
6 #include <linux/random.h>
7 #include <asm/scatterlist.h>
8 +#include <linux/scatterlist.h>
9
10 #include <cryptodev.h>
11 #include <uio.h>