Re: [2.6 patch] net/core/request_sock.c: remove unused exports

2007-11-19 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sat, 17 Nov 2007 12:58:48 +0100 > This patch removes the following unused EXPORT_SYMBOL's: > - reqsk_queue_alloc > - __reqsk_queue_destroy > - reqsk_queue_destroy > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied to net-2.6.25, thanks Adrian.

[2.6 patch] net/core/request_sock.c: remove unused exports

2007-11-17 Thread Adrian Bunk
This patch removes the following unused EXPORT_SYMBOL's: - reqsk_queue_alloc - __reqsk_queue_destroy - reqsk_queue_destroy Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- net/core/request_sock.c |5 - 1 file changed, 5 deletions(-) 3761f092ccd5d87a1517b55e2001ac9ef189b901 diff --gi