diff options
author | Arnd Bergmann | 2012-05-16 22:10:14 +0200 |
---|---|---|
committer | Arnd Bergmann | 2012-05-16 22:10:14 +0200 |
commit | 820f3dd7964f1889baaaaa0c2ba45d05bb619f66 (patch) | |
tree | bea4928108e9e03f68bd07217877722caabaac2b /arch/arm/mach-shmobile/Makefile | |
parent | 6d49d53552b60be2caaa853c814662bc4e24428e (diff) |
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: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
0 files changed, 0 insertions, 0 deletions