diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2004-07-10 19:39:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-10 19:39:27 -0700 |
| commit | de05cbbb6d90514346a1959c74ffcad29760d96e (patch) | |
| tree | 8f30d769764612e12b7f6606e89072dd38b61501 /kernel | |
| parent | 056a7c880eeffbb6bc0c00ff6cd6005ac9a2fa77 (diff) | |
[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 <bunk@fs.tum.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/configs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
