* [2.6 patch] net/core/request_sock.c: remove unused exports
@ 2007-11-17 11:58 Adrian Bunk
2007-11-20 6:46 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-11-17 11:58 UTC (permalink / raw)
To: David Miller; +Cc: netdev
This patch removes the following unused EXPORT_SYMBOL's:
- reqsk_queue_alloc
- __reqsk_queue_destroy
- reqsk_queue_destroy
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
net/core/request_sock.c | 5 -----
1 file changed, 5 deletions(-)
3761f092ccd5d87a1517b55e2001ac9ef189b901
diff --git a/net/core/request_sock.c b/net/core/request_sock.c
index 45aed75..2d3035d 100644
--- a/net/core/request_sock.c
+++ b/net/core/request_sock.c
@@ -69,8 +69,6 @@ int reqsk_queue_alloc(struct request_sock_queue *queue,
return 0;
}
-EXPORT_SYMBOL(reqsk_queue_alloc);
-
void __reqsk_queue_destroy(struct request_sock_queue *queue)
{
struct listen_sock *lopt;
@@ -91,8 +89,6 @@ void __reqsk_queue_destroy(struct request_sock_queue *queue)
kfree(lopt);
}
-EXPORT_SYMBOL(__reqsk_queue_destroy);
-
static inline struct listen_sock *reqsk_queue_yank_listen_sk(
struct request_sock_queue *queue)
{
@@ -134,4 +130,3 @@ void reqsk_queue_destroy(struct request_sock_queue *queue)
kfree(lopt);
}
-EXPORT_SYMBOL(reqsk_queue_destroy);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] net/core/request_sock.c: remove unused exports
2007-11-17 11:58 [2.6 patch] net/core/request_sock.c: remove unused exports Adrian Bunk
@ 2007-11-20 6:46 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-11-20 6:46 UTC (permalink / raw)
To: bunk; +Cc: netdev
From: Adrian Bunk <bunk@kernel.org>
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 <bunk@kernel.org>
Applied to net-2.6.25, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-20 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 11:58 [2.6 patch] net/core/request_sock.c: remove unused exports Adrian Bunk
2007-11-20 6:46 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).