]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tcp: net/ipv4/tcp.c needs linux/scatterlist.h
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 Jul 2008 10:22:02 +0000 (03:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2008 10:22:02 +0000 (03:22 -0700)
alpha:

net/ipv4/tcp.c: In function 'tcp_calc_md5_hash':
net/ipv4/tcp.c:2479: error: implicit declaration of function 'sg_init_table'    net/ipv4/tcp.c:2482: error: implicit declaration of function 'sg_set_buf'
net/ipv4/tcp.c:2507: error: implicit declaration of function 'sg_mark_end'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c

index 850825dc86e6dc55ea72ce8b669c4bf16f3ee876..de53024664e4bb5ee62be7342d1598366eb6713d 100644 (file)
 #include <linux/init.h>
 #include <linux/fs.h>
 #include <linux/skbuff.h>
+#include <linux/scatterlist.h>
 #include <linux/splice.h>
 #include <linux/net.h>
 #include <linux/socket.h>