Messages in this thread |  | | | Date | Fri, 26 Oct 2007 22:54:12 -0700 (PDT) | | Subject | Re: [2.6 patch] net/ipv{4,6}/esp{4,6}.c must #include <linux/scatterlist.h> | | From | David Miller <> |
| |
From: Adrian Bunk <bunk@kernel.org> Date: Sat, 27 Oct 2007 04:34:48 +0200
> 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>
Applied, thanks Adrian. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |