Hi.
Another compilation error appeared after openwrt patch was applied:
crypto/ocf/cryptosoft.c: In function `swcr_process':
crypto/ocf/cryptosoft.c:536: error: implicit declaration of function
`sg_set_page'
crypto/ocf/cryptosoft.c:726: error: implicit declaration of function
`sg_virt'
which was fixed by adding
+#include <linux/dma-mapping.h>
+#include <linux/scatterlist.h>
similar to http://www.mail-archive.com/git...@vg.../msg32602.html
Am I really using latest version of ocf?
best regards,
Max.
|