diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-01-26 00:41:57 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-01-26 00:41:57 -0600 |
commit | e60bd7f14dbb6239d07676be420a21f8a36d014f (patch) | |
tree | 185318a55e0caff105db3adee287ddd74b5f63c8 /arch/powerpc/platforms/83xx/mpc834x_itx.c | |
parent | c75f902b93724ab9ba161f7dfab0fd09c7a8854d (diff) |
[POWERPC] 83xx: Make platform *_init_IRQ() static
Make the various 83xx *_init_IRQ() functions static
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_itx.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index 314c42ac604..2446dea9407 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c @@ -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; |