[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>
This commit is contained in:
committed by
Paul Mackerras
parent
b07dfab3e3
commit
8446196ade
@@ -381,7 +381,7 @@ int xics_get_irq(struct pt_regs *regs)
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
irqreturn_t xics_ipi_action(int irq, void *dev_id, struct pt_regs *regs)
|
||||
static irqreturn_t xics_ipi_action(int irq, void *dev_id, struct pt_regs *regs)
|
||||
{
|
||||
int cpu = smp_processor_id();
|
||||
|
||||
|
Reference in New Issue
Block a user