]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce4ea1b43b42c4a4a70275390832678b7a2e597c
treeb7cd3f36f278e5414d5f167571b9f3f1ac4b244c
parentacfbba43e0eea4be9f297c28323f25af84a948e4
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