summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-06-05 13:43:34 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-06-06 12:05:19 +0200
commita84277bf3efcc7bb5b5a5eec62de5c134cb47ee5 (patch)
treea9df0e82405ae8b89857db601a9aad2da50ae1bc /tools
parentMerge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadlinux-a84277bf3efcc7bb5b5a5eec62de5c134cb47ee5.tar.xz
linux-a84277bf3efcc7bb5b5a5eec62de5c134cb47ee5.zip
irqchip/stm32: Fix non-SMP build warning
A CONFIG_SMP=n build emits a harmless compile-time warning: drivers/irqchip/irq-stm32-exti.c:495:12: error: 'stm32_exti_h_set_affinity' defined but not used [-Werror=unused-function] The #ifdef is inconsistent here, and it's better to use an IS_ENABLED() check that lets the compiler silently drop that function. Fixes: 927abfc4461e ("irqchip/stm32: Add stm32mp1 support with hierarchy domain") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ludovic Barre <ludovic.barre@st.com> Cc: Rob Herring <robh@kernel.org> Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org> Cc: Radoslaw Pietrzyk <radoslaw.pietrzyk@gmail.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: linux-arm-kernel@lists.infradead.org Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Alexandre Torgue <alexandre.torgue@st.com> Link: https://lkml.kernel.org/r/20180605114347.1347128-1-arnd@arndb.de
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions