Skip to content
Commit 9601e873 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatar"Rafael J. Wysocki" <rjw@sisk.pl>
Acked-by: default avatarMagnus Damm <magnus.damm@gmail.com>
parent 4fc5e65c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment