Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/target/linux/generic-2.6/patches-2.6.30/972-ocf_compile_fix.patch
Imre Kaloz 0b26ced7d3 preliminary 2.6.30 support
SVN-Revision: 15468
2009-04-28 13:35:14 +00:00

12 lines
261 B
Diff

--- 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>