commit | e658718e478fb2591f38afd9643eab06698790fe | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Jul 05 11:33:49 2013 +0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Jul 05 11:39:24 2013 +0200 |
tree | 833891b56c94a97b2f08050c7fce0bf12c4c4cb3 | |
parent | d2e08473f2488d53a71c2f53455f934ec6c44c53 [diff] |
irqchip: vt8500: Staticize local symbols This driver is converted to use IRQCHIP_DECLARE and irqchip_init. vt8500_handle_irq() and vt8500_irq_init() are only referenced in this file, so make them static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Tony Prisk <linux@prisktech.co.nz> Cc: Olof Johansson <olof@lixom.net> Link: http://lkml.kernel.org/r/1372995229.4038.1.camel@phoenix Signed-off-by: Thomas Gleixner <tglx@linutronix.de>