From: Arnd Bergmann Date: Tue, 15 May 2012 15:30:17 +0000 (+0000) Subject: ARM: shmobile: fix smp build X-Git-Tag: v3.5-rc1~150^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9601e87388f4969a80b021a40215d24c4e78d5b3;p=pandora-kernel.git ARM: shmobile: fix smp build I got build errors with the new version now because machine_is_kzm9g is no longer defined: arch/arm/mach-shmobile/platsmp.c: In function 'shmobile_smp_get_core_count': arch/arm/mach-shmobile/platsmp.c:29:2: error: implicit declaration of function 'of_machine_is_compatible' Replace the missing function with a call to of_machine_is_compatible. Signed-off-by: Arnd Bergmann Acked-by: "Rafael J. Wysocki" Acked-by: Magnus Damm --- Reading git-diff-tree failed