* [PATCH 1/1] init/main.c: remove unused declaractions of mca_init() and sbus_init()
@ 2014-01-24 11:54 Kang Hu
0 siblings, 0 replies; only message in thread
From: Kang Hu @ 2014-01-24 11:54 UTC (permalink / raw)
To: akpm, tglx, rostedt, geert; +Cc: linux-kernel, Kang Hu
mca_init() no longer exists.
sbus_init() is defined in arch/sparc/kernel/sbus.c and is a subsys_initcall.
both are not needed in main.c any more.
Signed-off-by: Kang Hu <hukangustc@gmail.com>
---
init/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/init/main.c b/init/main.c
index f333385..09f4bfc 100644
--- a/init/main.c
+++ b/init/main.c
@@ -92,8 +92,6 @@ static int kernel_init(void *);
extern void init_IRQ(void);
extern void fork_init(unsigned long);
-extern void mca_init(void);
-extern void sbus_init(void);
extern void radix_tree_init(void);
#ifndef CONFIG_DEBUG_RODATA
static inline void mark_rodata_ro(void) { }
--
1.8.5.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-24 11:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-24 11:54 [PATCH 1/1] init/main.c: remove unused declaractions of mca_init() and sbus_init() Kang Hu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®