[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071026.225412.52199506.davem@davemloft.net>
Date: Fri, 26 Oct 2007 22:54:12 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: bunk@...nel.org
Cc: jens.axboe@...cle.com, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [2.6 patch] net/ipv{4,6}/esp{4,6}.c must #include
<linux/scatterlist.h>
From: Adrian Bunk <bunk@...nel.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@...nel.org>
Applied, thanks Adrian.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists