Re: [PATCH] Runtime fix for intermodule.c

2005-07-13 Thread Adrian Glaubitz
> > This little patch adds the missing function declaration > > of the deprecatated function call inter_module_get > > to the header file include/linux/module.h and the > > necessary EXPORT_SYMBOL to kernel/intermodule.c. Without > > the declaration and the EXPORT_SYMBOL any module that requires >

Re: [PATCH] Runtime fix for intermodule.c

2005-07-12 Thread Alexey Dobriyan
On Wednesday 13 July 2005 01:39, Adrian Glaubitz wrote: > This little patch adds the missing function declaration > of the deprecatated function call inter_module_get > to the header file include/linux/module.h and the > necessary EXPORT_SYMBOL to kernel/intermodule.c. Without > the declaration and

Re: [PATCH] Runtime fix for intermodule.c

2005-07-12 Thread Christoph Hellwig
On Tue, Jul 12, 2005 at 11:39:20PM +0200, Adrian Glaubitz wrote: > This little patch adds the missing function declaration > of the deprecatated function call inter_module_get > to the header file include/linux/module.h and the > necessary EXPORT_SYMBOL to kernel/intermodule.c. Without > the declar

[PATCH] Runtime fix for intermodule.c

2005-07-12 Thread Adrian Glaubitz
Hello Rusty, As it seeems that you are the maintainer of the module related code in the Linux kernel, I send these two small patches to you: This little patch adds the missing function declaration of the deprecatated function call inter_module_get to the header file include/linux/module.h and the