[2.6 patch] kill IKCONFIG_VERSION

From: Adrian Bunk
Date: Sat Jul 10 2004 - 06:51:11 EST


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 a an idea
of Bartlomiej Zolnierkiewicz.
(I hope I haven't forgotten anyone who contributed to this patch. ;-) )


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.7-mm7-full/kernel/configs.c.old 2004-07-10 13:44:01.000000000 +0200
+++ linux-2.6.7-mm7-full/kernel/configs.c 2004-07-10 13:44:19.000000000 +0200
@@ -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)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/