From: Nicolas Pitre Date: Mon, 21 Feb 2011 06:00:32 +0000 (+0100) Subject: ARM: 6749/1: fold lookup_machine_type() into setup_machine() X-Git-Tag: v2.6.39-rc1~463^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce72dd08c976c9e5e1367bf994b306b15ae87fe;p=pandora-kernel.git ARM: 6749/1: fold lookup_machine_type() into setup_machine() Since commit 6fc31d54 there is no callers for lookup_machine_type() other than setup_machine(). And if the former fails it won't return, therefore the error path in the later is dead code. Let's clean things up by merging them together. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed