disable the watchdog if the bootloader left it enabled
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.29 / 972-ocf_compile_fix.patch
1 --- a/crypto/ocf/cryptosoft.c
2 +++ b/crypto/ocf/cryptosoft.c
3 @@ -47,7 +47,7 @@
4 #include <linux/mm.h>
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>