diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-12 21:03:35 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-20 17:20:47 (GMT) |
commit | ffd565e315aa8211365bb6864000f04e7b277f59 (patch) | |
tree | c9d2472c1de508481ef4b500de5ebb6493ccf97f /fs/hostfs | |
parent | c04a5880299eab3da8c10547db96ea9cdffd44a6 (diff) | |
download | linux-ffd565e315aa8211365bb6864000f04e7b277f59.tar.xz |
irqchip: nps: add 64BIT dependency
The newly added nps irqchip driver causes build warnings on ARM64.
include/soc/nps/common.h: In function 'nps_host_reg_non_cl':
include/soc/nps/common.h:148:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
As the driver is only used on ARC, we don't need to see it without
COMPILE_TEST elsewhere, and we can avoid the warnings by only building
on 32-bit architectures even with CONFIG_COMPILE_TEST.
Acked-by: Marc Zyngier <narc.zyngier@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hostfs')
0 files changed, 0 insertions, 0 deletions