Re: 2.6.17 Kernel Sources/Headers module.h MODULE_PARM

2006-06-26 Thread David Baron
On Sunday 25 June 2006 23:16, Stephan Seitz wrote: > On Sun, Jun 25, 2006 at 11:06:58PM +0300, David Baron wrote: > >This was listed as deprecated but define anyway in 2.6.16 > >It is gone!! in 2.6.17 > > Yep, true. > > >I placed a #define MODULE_PARM(a,b) > > No, >I did that just to get a compile

Re: 2.6.17 Kernel Sources/Headers module.h MODULE_PARM

2006-06-26 Thread David Baron
On Sunday 25 June 2006 23:16, Stephan Seitz wrote: > On Sun, Jun 25, 2006 at 11:06:58PM +0300, David Baron wrote: > >This was listed as deprecated but define anyway in 2.6.16 > >It is gone!! in 2.6.17 > > Yep, true. > > >I placed a #define MODULE_PARM(a,b) > > No, I did that just to get a compile a

Re: 2.6.17 Kernel Sources/Headers module.h MODULE_PARM

2006-06-25 Thread Stephan Seitz
On Sun, Jun 25, 2006 at 11:06:58PM +0300, David Baron wrote: This was listed as deprecated but define anyway in 2.6.16 It is gone!! in 2.6.17 Yep, true. I placed a #define MODULE_PARM(a,b) No, look in include/linux/moduleparam.h You have to include this file, and there you find, how to rewr

2.6.17 Kernel Sources/Headers module.h MODULE_PARM

2006-06-25 Thread David Baron
This was listed as deprecated but define anyway in 2.6.16 It is gone!! in 2.6.17 realtime.lsm needs it. kqemu needs it. I placed a #define MODULE_PARM(a,b) This might not be correct. Might need the whole #ifdef/#else/#endif sequence but I go loads of errors with this. What to do? -- To UNSU