Re: [PATCH] build errors: uevent with CONFIG_SYSFS=n

2007-02-12 Thread Andrew Morton
> On Mon, 12 Feb 2007 14:29:19 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: > Here's a patch, tested both ways (SYSFS=y, SYSFS=n). > > --- > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix source files to build with CONFIG_SYSFS=n. > module_subsys is not available. erk. Can we get some stubs

[PATCH] build errors: uevent with CONFIG_SYSFS=n

2007-02-12 Thread Randy Dunlap
On Mon, 12 Feb 2007 13:50:21 -0800 Randy Dunlap wrote: > > in kernel/params.c: > > kernel/params.c:700: error: 'module_uevent_ops' undeclared here (not in a > function) > > in kernel/module.c: > > kernel/built-in.o: In function `module_add_driver': > (.text+0x20c5b): undefined reference to

[PATCH] build errors: uevent with CONFIG_SYSFS=n

2007-02-12 Thread Randy Dunlap
On Mon, 12 Feb 2007 13:50:21 -0800 Randy Dunlap wrote: in kernel/params.c: kernel/params.c:700: error: 'module_uevent_ops' undeclared here (not in a function) in kernel/module.c: kernel/built-in.o: In function `module_add_driver': (.text+0x20c5b): undefined reference to

Re: [PATCH] build errors: uevent with CONFIG_SYSFS=n

2007-02-12 Thread Andrew Morton
On Mon, 12 Feb 2007 14:29:19 -0800 Randy Dunlap [EMAIL PROTECTED] wrote: Here's a patch, tested both ways (SYSFS=y, SYSFS=n). --- From: Randy Dunlap [EMAIL PROTECTED] Fix source files to build with CONFIG_SYSFS=n. module_subsys is not available. erk. Can we get some stubs in the header