From: Kang Hu Date: Tue, 28 Jan 2014 01:07:00 +0000 (-0800) Subject: init/main.c: remove unused declaractions of mca_init() and sbus_init() X-Git-Tag: v3.14-rc1~79^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729abd2ba7007cc2be9e77718ba52d0866d3f60f;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed