diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-01-26 01:41:57 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-01-26 01:41:57 -0500 |
commit | e60bd7f14dbb6239d07676be420a21f8a36d014f (patch) | |
tree | 185318a55e0caff105db3adee287ddd74b5f63c8 /arch/powerpc/platforms | |
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')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_mds.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_sys.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc8360e_pb.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_mds.c b/arch/powerpc/platforms/83xx/mpc832x_mds.c index 4d471190be8d..36c75b003891 100644 --- a/arch/powerpc/platforms/83xx/mpc832x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc832x_mds.c | |||
@@ -153,7 +153,7 @@ static int __init mpc832x_declare_of_platform_devices(void) | |||
153 | } | 153 | } |
154 | device_initcall(mpc832x_declare_of_platform_devices); | 154 | device_initcall(mpc832x_declare_of_platform_devices); |
155 | 155 | ||
156 | void __init mpc832x_sys_init_IRQ(void) | 156 | static void __init mpc832x_sys_init_IRQ(void) |
157 | { | 157 | { |
158 | 158 | ||
159 | struct device_node *np; | 159 | struct device_node *np; |
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index 314c42ac6048..2446dea9407e 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) | |||
81 | #endif | 81 | #endif |
82 | } | 82 | } |
83 | 83 | ||
84 | void __init mpc834x_itx_init_IRQ(void) | 84 | static void __init mpc834x_itx_init_IRQ(void) |
85 | { | 85 | { |
86 | struct device_node *np; | 86 | struct device_node *np; |
87 | 87 | ||
diff --git a/arch/powerpc/platforms/83xx/mpc834x_sys.c b/arch/powerpc/platforms/83xx/mpc834x_sys.c index 80b735a414d9..f30393f0b832 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_sys.c +++ b/arch/powerpc/platforms/83xx/mpc834x_sys.c | |||
@@ -79,7 +79,7 @@ static void __init mpc834x_sys_setup_arch(void) | |||
79 | #endif | 79 | #endif |
80 | } | 80 | } |
81 | 81 | ||
82 | void __init mpc834x_sys_init_IRQ(void) | 82 | static void __init mpc834x_sys_init_IRQ(void) |
83 | { | 83 | { |
84 | struct device_node *np; | 84 | struct device_node *np; |
85 | 85 | ||
diff --git a/arch/powerpc/platforms/83xx/mpc8360e_pb.c b/arch/powerpc/platforms/83xx/mpc8360e_pb.c index 53b92a904e8e..832aec4a7443 100644 --- a/arch/powerpc/platforms/83xx/mpc8360e_pb.c +++ b/arch/powerpc/platforms/83xx/mpc8360e_pb.c | |||
@@ -158,7 +158,7 @@ static int __init mpc8360_declare_of_platform_devices(void) | |||
158 | } | 158 | } |
159 | device_initcall(mpc8360_declare_of_platform_devices); | 159 | device_initcall(mpc8360_declare_of_platform_devices); |
160 | 160 | ||
161 | void __init mpc8360_sys_init_IRQ(void) | 161 | static void __init mpc8360_sys_init_IRQ(void) |
162 | { | 162 | { |
163 | 163 | ||
164 | struct device_node *np; | 164 | struct device_node *np; |