Skip to content
Snippets Groups Projects
Commit 21951849 authored by nbd's avatar nbd
Browse files

fix ocf compile error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12118 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 078948d7
No related branches found
No related tags found
No related merge requests found
--- 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment