init/main.c: remove unused declaractions of mca_init() and sbus_init()
authorKang Hu <hukangustc@gmail.com>
Tue, 28 Jan 2014 01:07:00 +0000 (17:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Jan 2014 05:02:39 +0000 (21:02 -0800)
commit729abd2ba7007cc2be9e77718ba52d0866d3f60f
treeb7cd3f36f278e5414d5f167571b9f3f1ac4b244c
parent4592599af36f50ed2d3502ed1b2374f5af6cb1ae
init/main.c: remove unused declaractions of mca_init() and sbus_init()

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c