]> git.baikalelectronics.ru Git - kernel.git/commit
[INET] ESP: Must #include <linux/scatterlist.h>
authorAdrian Bunk <bunk@kernel.org>
Sat, 27 Oct 2007 05:53:58 +0000 (22:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Oct 2007 05:53:58 +0000 (22:53 -0700)
commitfd415bfe07df95801dead3d806690e378f1a2c63
treebc7bc54f94d4accd53fed13345bc219957a0bd3d
parentf49e9e914c37a309f7e7a98a096b0ba50e74f9cd
[INET] ESP: Must #include <linux/scatterlist.h>

This patch fixes the following compile errors in some configurations:

<--  snip  -->

...
  CC      net/ipv4/esp4.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/net/ipv4/esp4.c: In function 'esp_output':
/home/bunk/linux/kernel-2.6/git/linux-2.6/net/ipv4/esp4.c:113: error: implicit declaration of function 'sg_init_table'
make[3]: *** [net/ipv4/esp4.o] Error 1
...
/home/bunk/linux/kernel-2.6/git/linux-2.6/net/ipv6/esp6.c: In function 'esp6_output':
/home/bunk/linux/kernel-2.6/git/linux-2.6/net/ipv6/esp6.c:112: error: implicit declaration of function 'sg_init_table'
make[3]: *** [net/ipv6/esp6.o] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/esp4.c
net/ipv6/esp6.c