diff --git a/[refs] b/[refs] index 6d91011cb796..1811632c6f49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a376d3d6727b2f05ef4c6670cc74afbd8110df89 +refs/heads/master: 626a0312514a121a90b4478cbde111ffc6826ae2 diff --git a/trunk/kernel/configs.c b/trunk/kernel/configs.c index b4066b44a99d..42e8fa075eed 100644 --- a/trunk/kernel/configs.c +++ b/trunk/kernel/configs.c @@ -92,8 +92,8 @@ static void __exit ikconfig_cleanup(void) module_init(ikconfig_init); module_exit(ikconfig_cleanup); +#endif /* CONFIG_IKCONFIG_PROC */ + MODULE_LICENSE("GPL"); MODULE_AUTHOR("Randy Dunlap"); MODULE_DESCRIPTION("Echo the kernel .config file used to build the kernel"); - -#endif /* CONFIG_IKCONFIG_PROC */