Re: -git: Why is drivers/net/wan/hdlc_generic.c:hdlc_setup() exported?

2006-06-27 Thread David Boggs
In March I posted a request for comments on a rewrite of the LMC wan driver (see ftp.isc.org/pub/other/lmc). I designed the LMC wan cards. The new driver works with Linux, FreeBSD, NetBSD, OpenBSD and BSD/OS. FreeBSD and NetBSD have adopted it; OpenBSD is still thinking about it (their principal

Re: -git: Why is drivers/net/wan/hdlc_generic.c:hdlc_setup() exported?

2006-06-26 Thread Krzysztof Halasa
Adrian Bunk <[EMAIL PROTECTED]> writes: >hdlc_setup() is now EXPORTed as per David's request. > > Is a usage of this export pending for the near future I'm told it is. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL P

Re: -git: Why is drivers/net/wan/hdlc_generic.c:hdlc_setup() exported?

2006-06-26 Thread Christoph Hellwig
On Sun, Jun 25, 2006 at 11:11:30PM -0700, David Boggs wrote: > [Resent because I forgot to copy netdev on my answer] > > I asked Krzysztof to export that so that I could use it > in a re-written driver for LMC WAN cards which I put out > for comments on netdev in March. > > I have incorporated th

Re: -git: Why is drivers/net/wan/hdlc_generic.c:hdlc_setup() exported?

2006-06-25 Thread David Boggs
[Resent because I forgot to copy netdev on my answer] I asked Krzysztof to export that so that I could use it in a re-written driver for LMC WAN cards which I put out for comments on netdev in March. I have incorporated the comments from the March posting and intend to repost the new driver very

-git: Why is drivers/net/wan/hdlc_generic.c:hdlc_setup() exported?

2006-06-25 Thread Adrian Bunk
Commit 4a31e348e3ecaf54c50240109ac4574b180f8840 added an EXPORT_SYMBOL(hdlc_setup) with the justification hdlc_setup() is now EXPORTed as per David's request. Is a usage of this export pending for the near future or could this export be reverted until a user is submitted for inclusion? TIA A