mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
[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:
parent
c75f902b93
commit
e60bd7f14d
@ -153,7 +153,7 @@ static int __init mpc832x_declare_of_platform_devices(void)
|
||||
}
|
||||
device_initcall(mpc832x_declare_of_platform_devices);
|
||||
|
||||
void __init mpc832x_sys_init_IRQ(void)
|
||||
static void __init mpc832x_sys_init_IRQ(void)
|
||||
{
|
||||
|
||||
struct device_node *np;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -79,7 +79,7 @@ static void __init mpc834x_sys_setup_arch(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void __init mpc834x_sys_init_IRQ(void)
|
||||
static void __init mpc834x_sys_init_IRQ(void)
|
||||
{
|
||||
struct device_node *np;
|
||||
|
||||
|
@ -158,7 +158,7 @@ static int __init mpc8360_declare_of_platform_devices(void)
|
||||
}
|
||||
device_initcall(mpc8360_declare_of_platform_devices);
|
||||
|
||||
void __init mpc8360_sys_init_IRQ(void)
|
||||
static void __init mpc8360_sys_init_IRQ(void)
|
||||
{
|
||||
|
||||
struct device_node *np;
|
||||
|
Loading…
Reference in New Issue
Block a user