Skip to content
Commit 820f3dd7 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: exynos: fix building with CONFIG_OF disabled



irq_of_parse_and_map does not have an empty definition for the
!CONFIG_OF case, so we should not try to call it then:

arch/arm/mach-exynos/common.c: In function 'combiner_init':
arch/arm/mach-exynos/common.c:576:3: warning: implicit declaration of function 'irq_of_parse_and_map'

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6d49d535
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