netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [1/1] connector: export cn_already_initialized.
Date: Thu, 4 May 2006 16:24:22 +0400	[thread overview]
Message-ID: <20060504122421.GA8576@2ka.mipt.ru> (raw)

Some modules depend on that value, although it was initially introduced
for in-kernel static build.

No in-kernel users require it to be exported, so if you do think it
should not be exported I will force external module changes.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>

--- a/drivers/connector/connector.c
+++ b/drivers/connector/connector.c
@@ -486,3 +486,4 @@ module_exit(cn_fini);
 EXPORT_SYMBOL_GPL(cn_add_callback);
 EXPORT_SYMBOL_GPL(cn_del_callback);
 EXPORT_SYMBOL_GPL(cn_netlink_send);
+EXPORT_SYMBOL_GPL(cn_already_initialized);


-- 
	Evgeniy Polyakov

             reply	other threads:[~2006-05-04 12:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04 12:24 Evgeniy Polyakov [this message]
2006-05-06  0:16 ` [1/1] connector: export cn_already_initialized David S. Miller
2006-05-06  8:40   ` Evgeniy Polyakov
2006-05-16 23:14     ` David S. Miller
2006-05-24  8:38       ` Evgeniy Polyakov
2006-06-19  5:30       ` Evgeniy Polyakov
2006-06-20  6:43         ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060504122421.GA8576@2ka.mipt.ru \
    --to=johnpol@2ka.mipt.ru \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).