ARM: orion5x: make orion5x_legacy_handle_irq static
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 9 Jun 2016 09:59:05 +0000 (10:59 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:57:59 +0000 (11:57 +0200)
commitfc05c24db0a602b54571d114a087bd1b251bae60
tree2e015f2f56f79c8e0258576844c554caa706813d
parentcb2bb5de64d1620e8fea432d014c29c7daf39e23
ARM: orion5x: make orion5x_legacy_handle_irq static

The orion5x_legacy_handle_irq() is not used or declared outside
of irq.c so make it static to avoid the following warning:

arch/arm/mach-orion5x/irq.c:30:23: warning: symbol 'orion5x_legacy_handle_irq' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-orion5x/irq.c