]> 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)
commit872ca1bdcc0aaca3b82b777133d69470493877ec
treeb7cd3f36f278e5414d5f167571b9f3f1ac4b244c
parent21d51bf6ba649e24f76c9e8557917ad6c8db4ed7
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