Messages in this thread |  | | Date | Mon, 12 Feb 2007 13:50:21 -0800 | From | Randy Dunlap <> | Subject | build errors: uevent with CONFIG_SYSFS=n |
| |
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 `module_subsys' kernel/built-in.o: In function `sys_init_module': (.text+0x2177c): undefined reference to `module_subsys' kernel/built-in.o: In function `sys_init_module': (.text+0x21838): undefined reference to `module_subsys' kernel/built-in.o: In function `kernel_param_sysfs_setup': params.c:(.init.text+0x1492): undefined reference to `module_subsys' kernel/built-in.o: In function `param_sysfs_init': params.c:(.init.text+0x14f8): undefined reference to `module_subsys'
Are these already fixed?
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |