From: Russell King - ARM Linux <hidden> Date: 2012-11-08 13:55:37
On Thu, Nov 08, 2012 at 01:40:54PM +0000, Arnd Bergmann wrote:
"ARM: VIC: use irq_domain_add_simple()" causes a new warning:
arch/arm/common/vic.c: In function 'vic_of_init':
arch/arm/common/vic.c:410:6: warning: unused variable 'irq_base' [-Wunused-variable]
Since the irq_base variable is not used any more, it should be
removed now
I've just committed exactly the same patch to my tree...