Re: [Ocf-linux-users] ocf & 2.6.28 - no kill_proc function
Brought to you by:
david-m
From: Max <ma...@da...> - 2009-05-22 07:55:14
|
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. |