[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1384284116-12678-1-git-send-email-geert@linux-m68k.org>
Date: Tue, 12 Nov 2013 20:21:56 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] init: Remove unused declaration of tc_init()
Its user was removed in v2.5.2.4.
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
init/main.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/init/main.c b/init/main.c
index 67ee8ef0a669..15ed159b681b 100644
--- a/init/main.c
+++ b/init/main.c
@@ -99,10 +99,6 @@ extern void radix_tree_init(void);
static inline void mark_rodata_ro(void) { }
#endif
-#ifdef CONFIG_TC
-extern void tc_init(void);
-#endif
-
/*
* Debug helper: via this flag we know that we are in 'early bootup code'
* where only the boot processor is running with IRQ disabled. This means
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists