diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-01-10 19:00:02 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-12 04:39:13 -0500 |
commit | 8446196ade39befe68f60cfae49c43b94a1144fc (patch) | |
tree | 5b246a1c926687228a62dabe7202c2284d278592 /arch/powerpc/platforms/pseries/xics.c | |
parent | b07dfab3e329955c218cd1d06efdb133c5c18ecd (diff) |
[PATCH] powerpc: pseries namespace cleanup
These symbols are only used in the file that they are defined in,
so they should not be in the global namespace.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/xics.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/xics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/xics.c b/arch/powerpc/platforms/pseries/xics.c index 0c0cfa32eb58..fd823c7c9ac8 100644 --- a/arch/powerpc/platforms/pseries/xics.c +++ b/arch/powerpc/platforms/pseries/xics.c | |||
@@ -381,7 +381,7 @@ int xics_get_irq(struct pt_regs *regs) | |||
381 | 381 | ||
382 | #ifdef CONFIG_SMP | 382 | #ifdef CONFIG_SMP |
383 | 383 | ||
384 | irqreturn_t xics_ipi_action(int irq, void *dev_id, struct pt_regs *regs) | 384 | static irqreturn_t xics_ipi_action(int irq, void *dev_id, struct pt_regs *regs) |
385 | { | 385 | { |
386 | int cpu = smp_processor_id(); | 386 | int cpu = smp_processor_id(); |
387 | 387 | ||