diff options
| author | Arnd Bergmann <[email protected]> | 2018-06-05 11:43:34 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2018-06-06 10:05:19 +0000 |
| commit | a84277bf3efcc7bb5b5a5eec62de5c134cb47ee5 (patch) | |
| tree | a9df0e82405ae8b89857db601a9aad2da50ae1bc /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
| parent | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
| download | kernel-a84277bf3efcc7bb5b5a5eec62de5c134cb47ee5.tar.gz kernel-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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Ludovic Barre <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Benjamin Gaignard <[email protected]>
Cc: Radoslaw Pietrzyk <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: [email protected]
Cc: Maxime Coquelin <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions
