Re: [PATCH] net: fix xfrm build - missing scatterlist.h include

2007-10-23 Thread Jens Axboe
On Tue, Oct 23 2007, Heiko Carstens wrote: > From: Heiko Carstens <[EMAIL PROTECTED]> > > net/xfrm/xfrm_algo.c: In function 'skb_icv_walk': > net/xfrm/xfrm_algo.c:555: error: implicit declaration of function > 'sg_set_page' > make[2]: *** [net/xfrm/xfrm_algo.o] Error 1 Thanks, arch fallout... Ap

[PATCH] net: fix xfrm build - missing scatterlist.h include

2007-10-22 Thread Heiko Carstens
From: Heiko Carstens <[EMAIL PROTECTED]> net/xfrm/xfrm_algo.c: In function 'skb_icv_walk': net/xfrm/xfrm_algo.c:555: error: implicit declaration of function 'sg_set_page' make[2]: *** [net/xfrm/xfrm_algo.o] Error 1 Cc: David Miller <[EMAIL PROTECTED]> Cc: Jens Axboe <[EMAIL PROTECTED]> Signed-off