Re: [kbuild 4/5] Include type information as module info where possible

2005-01-30 Thread Sam Ravnborg
On Sun, Jan 30, 2005 at 11:06:11PM +0100, Andreas Gruenbacher wrote: > On Sunday 30 January 2005 16:56, Sam Ravnborg wrote: > > Rusty got the original patch applied. > > Not completely. The fix is attached. Applied. Sam - To unsubscribe from this list: send the line "unsubscribe linux-ke

Re: [kbuild 4/5] Include type information as module info where possible

2005-01-30 Thread Andreas Gruenbacher
On Sunday 30 January 2005 16:56, Sam Ravnborg wrote: > Rusty got the original patch applied. Not completely. The fix is attached. Cheers, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX PRODUCTS GMBH From: Andreas Gruenbacher <[EMAIL PROTECTED]> Subject: Module parameter type fi

Re: [kbuild 4/5] Include type information as module info where possible

2005-01-30 Thread Sam Ravnborg
On Thu, Jan 20, 2005 at 12:54:46PM +0100, Andreas Gruenbacher wrote: > On Wednesday 19 January 2005 17:14, you wrote: > > Hello, > > > > MODULE_PARM_TYPE needs to be moved to moduleparam.h: several files > > include moduleparam.h but not module.h. > > Ah, and __MODULE_INFO needs to be moved to mod

Re: [kbuild 4/5] Include type information as module info where possible

2005-01-20 Thread Andreas Gruenbacher
On Wednesday 19 January 2005 17:14, you wrote: > Hello, > > MODULE_PARM_TYPE needs to be moved to moduleparam.h: several files > include moduleparam.h but not module.h. Ah, and __MODULE_INFO needs to be moved to moduleparam.h now as well: Index: linux-2.6.10/include/linux/moduleparam.h =

Re: [kbuild 4/5] Include type information as module info where possible

2005-01-19 Thread Andreas Gruenbacher
Hello, MODULE_PARM_TYPE needs to be moved to moduleparam.h: several files include moduleparam.h but not module.h. Regards, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX GMBH --- Begin Message --- Module parameters no longer have a type in general, as we use a callback system (

[kbuild 4/5] Include type information as module info where possible

2005-01-18 Thread Andreas Gruenbacher
Originally-from: Rusty Russell <[EMAIL PROTECTED]> Subject: Include type information as module info where possible References: 48396 Module parameters no longer have a type in general, as we use a callback system (module_param_call()). However, it's useful to include type information in the commo