Commit 7ead32b4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] make ikconfig quiet

From: "Randy.Dunlap" <rddunlap@osdl.org>

From: Pavel Machek <pavel@ucw.cz>

Kill uninformative boot-time message.
parent 978cd874
......@@ -77,9 +77,6 @@ static int __init ikconfig_init(void)
{
struct proc_dir_entry *entry;
printk(KERN_INFO "ikconfig %s with /proc/config*\n",
IKCONFIG_VERSION);
/* create the current config file */
entry = create_proc_entry("config.gz", S_IFREG | S_IRUGO,
&proc_root);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment