Skip to content
  • Arnd Bergmann's avatar
    irqchip/armada: Avoid unused function warnings · c76c15e6
    Arnd Bergmann authored
    
    
    When building with CONFIG_SMP disabled, we get some new harmless warnings:
    
     drivers/irqchip/irq-armada-370-xp.c:356:12: error: 'mpic_cascaded_starting_cpu' defined but not used [-Werror=unused-function]
      static int mpic_cascaded_starting_cpu(unsigned int cpu)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
     drivers/irqchip/irq-armada-370-xp.c:349:12: error: 'armada_xp_mpic_starting_cpu' defined but not used [-Werror=unused-function]
      static int armada_xp_mpic_starting_cpu(unsigned int cpu)
    
    This moves the unused functions into the #ifdef, as they previously were.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
    Cc: David S. Miller <davem@davemloft.net>
    Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Marc Zyngier <marc.zyngier@arm.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Richard Cochran <rcochran@linutronix.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    Fixes: cb5ff2d2 ("irqchip/armada-370-xp: Convert to hotplug state machine")
    Link: http://lkml.kernel.org/r/20160718160335.3134412-1-arnd@arndb.de
    
    
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    c76c15e6