From 0b5822c7a52fa73aa7fbce21f694857a9d6350d9 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 25 Jul 2011 17:13:12 -0700 Subject: [PATCH] --- yaml --- r: 259009 b: refs/heads/master c: 626a0312514a121a90b4478cbde111ffc6826ae2 h: refs/heads/master i: 259007: 8838eeefb075612fd106cccedcdc39bc441ff216 v: v3 --- [refs] | 2 +- trunk/kernel/configs.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */