[POWERPC] 83xx: Make platform *_init_IRQ() static

Make the various 83xx *_init_IRQ() functions static

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Kumar Gala
2007-01-26 00:41:57 -06:00
parent c75f902b93
commit e60bd7f14d
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ static void __init mpc834x_itx_setup_arch(void)
#endif
}
void __init mpc834x_itx_init_IRQ(void)
static void __init mpc834x_itx_init_IRQ(void)
{
struct device_node *np;