All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] kill IKCONFIG_VERSION
@ 2004-07-10 11:50 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-07-10 11:50 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Randy.Dunlap, Anton Blanchard, B.Zolnierkiewicz, linux-kernel

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@fs.tum.de>

--- 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-10 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-10 11:50 [2.6 patch] kill IKCONFIG_VERSION Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.