X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Fconfigs.c;h=42e8fa075eed011d1577b5b2d40d5ef1e7df73f4;hb=b40a79591ca918e7b91b0d9b6abd5d00f2e88c19;hp=b4066b44a99d09996555b8a233855cc3e637559a;hpb=76db8ac45fc738f7d7664fe9b56d15c594a45228;p=cascardo%2Flinux.git diff --git a/kernel/configs.c b/kernel/configs.c index b4066b44a99d..42e8fa075eed 100644 --- a/kernel/configs.c +++ b/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 */