From de05cbbb6d90514346a1959c74ffcad29760d96e Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 10 Jul 2004 19:39:27 -0700 Subject: [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: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- kernel/configs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel') diff --git a/kernel/configs.c b/kernel/configs.c index 24702113eb58..986f7af31e0a 100644 --- a/kernel/configs.c +++ b/kernel/configs.c @@ -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) -- cgit v1.2.3