Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Jeff Garzik
Nick Holloway wrote: > > [EMAIL PROTECTED] (Patrick van de Lageweg) writes: > > This patch renames the block_til_ready of generic serial to > > gs_block_til_ready. > > > > it helps when other modules have a "static block_til_ready" defined when > > used older modutils. > > Do you mean older than

Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Nick Holloway
[EMAIL PROTECTED] (Patrick van de Lageweg) writes: > This patch renames the block_til_ready of generic serial to > gs_block_til_ready. > > it helps when other modules have a "static block_til_ready" defined when > used older modutils. Do you mean older than the version specified as being requir

Re: [PATCH] generic_serial's block_til_ready (fwd)

2000-10-27 Thread Keith Owens
On Fri, 27 Oct 2000 15:27:04 +0200 (CEST), Patrick van de Lageweg <[EMAIL PROTECTED]> wrote: >This patch renames the block_til_ready of generic serial to >gs_block_til_ready. This patch also exports the symbols needed by other >modules with generic_serial compiled into the kernel. > >(it also hel