From: Christian Borntraeger Date: Tue, 23 Oct 2007 10:46:32 +0000 (+0200) Subject: Fix sctp compile X-Git-Tag: v2.6.24-rc1~34^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc3bbcfcf0a7fed2ac82f1a849a5f92cf4c217f;p=pandora-kernel.git Fix sctp compile sctp fails to compile with net/sctp/sm_make_chunk.c: In function 'sctp_pack_cookie': net/sctp/sm_make_chunk.c:1516: error: implicit declaration of function 'sg_init_table' net/sctp/sm_make_chunk.c:1517: error: implicit declaration of function 'sg_set_page' use the proper include file. SCTP maintainers Vlad Yasevich and Sridhar Samudrala are CCed. Signed-off-by: Christian Borntraeger Signed-off-by: Jens Axboe --- Reading git-diff-tree failed