Index: linux-2.6.14/kernel/params.c =================================================================== --- linux-2.6.14.orig/kernel/params.c 2005-11-11 08:40:03.456317256 -0800 +++ linux-2.6.14/kernel/params.c 2005-11-12 11:43:00.439765632 -0800 @@ -618,8 +618,6 @@ static void __init param_sysfs_builtin(v /* module-related sysfs stuff */ -#ifdef CONFIG_MODULES - #define to_module_attr(n) container_of(n, struct module_attribute, attr); #define to_module_kobject(n) container_of(n, struct module_kobject, kobj); @@ -676,13 +674,6 @@ static struct sysfs_ops module_sysfs_ops .store = module_attr_store, }; -#else -static struct sysfs_ops module_sysfs_ops = { - .show = NULL, - .store = NULL, -}; -#endif - static struct kobj_type module_ktype = { .sysfs_ops = &module_sysfs_ops, };