[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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user