Commit de05cbbb authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] kill IKCONFIG_VERSION

The patch below (already ACK'ed by Randy Dunlap) kills the unused
IKCONFIG_VERSION from kernel/configs.c .

This patch is based on a previous patch by Anton Blanchard and an idea of
Bartlomiej Zolnierkiewicz.  (I hope I haven't forgotten anyone who contributed
to this patch.  ;-) )
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 056a7c88
......@@ -58,8 +58,6 @@
/**************************************************/
/* globals and useful constants */
static const char IKCONFIG_VERSION[] __attribute_used__ __initdata = "0.7";
static ssize_t
ikconfig_read_current(struct file *file, char __user *buf,
size_t len, loff_t * offset)
......
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