From: Axel Lin Date: Fri, 5 Jul 2013 03:33:49 +0000 (+0800) Subject: irqchip: vt8500: Staticize local symbols X-Git-Tag: v3.11-rc1~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e658718e478fb2591f38afd9643eab06698790fe;p=pandora-kernel.git 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 Acked-by: Tony Prisk Cc: Olof Johansson Link: http://lkml.kernel.org/r/1372995229.4038.1.camel@phoenix Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed