From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Mon, 19 Jun 2006 09:30:35 +0400
> Attached patch declares connector init function as subsys_init()
> and returns -EAGAIN in case connector is not initialized yet.
>
> Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]>
Applied, but I had to fixup
On Tue, May 16, 2006 at 04:14:06PM -0700, David S. Miller ([EMAIL PROTECTED])
wrote:
> From: Evgeniy Polyakov <[EMAIL PROTECTED]>
> Date: Sat, 6 May 2006 12:40:45 +0400
>
> > Some external patches, which can be built both as static build and as
> > module just check that value, and thus will fail
On Tue, May 16, 2006 at 04:14:06PM -0700, David S. Miller ([EMAIL PROTECTED])
wrote:
> From: Evgeniy Polyakov <[EMAIL PROTECTED]>
> Date: Sat, 6 May 2006 12:40:45 +0400
> > I think the right solution is to call external init functions after cn
> > init function, but it's ordering is not always kno
From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Sat, 6 May 2006 12:40:45 +0400
> Some external patches, which can be built both as static build and as
> module just check that value, and thus will fail with unresolved symbol
> when cn and module are built as modules.
>
> The right set of operati
On Fri, May 05, 2006 at 05:16:46PM -0700, David S. Miller ([EMAIL PROTECTED])
wrote:
> From: Evgeniy Polyakov <[EMAIL PROTECTED]>
> Date: Thu, 4 May 2006 16:24:22 +0400
>
> > No in-kernel users require it to be exported, so if you do think it
> > should not be exported I will force external modul
From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Thu, 4 May 2006 16:24:22 +0400
> 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.
What are the alternatives?
-
To unsubscribe from this list: send the line "unsubscri
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 <[EMAIL PROTECTED]>
--- a/drivers/c