Fix sctp compile
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 23 Oct 2007 10:46:32 +0000 (12:46 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 23 Oct 2007 10:46:32 +0000 (12:46 +0200)
commitebc3bbcfcf0a7fed2ac82f1a849a5f92cf4c217f
tree3424465e7327fea6b8ec0130b082fd20548864d1
parent75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b
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 <borntraeger@de.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
net/sctp/sm_make_chunk.c