powerpc: Make a bunch of things static
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
5144b6bfe2
commit
e51df2c170
@@ -479,7 +479,7 @@ void arch_irq_work_raise(void)
|
||||
|
||||
#endif /* CONFIG_IRQ_WORK */
|
||||
|
||||
void __timer_interrupt(void)
|
||||
static void __timer_interrupt(void)
|
||||
{
|
||||
struct pt_regs *regs = get_irq_regs();
|
||||
u64 *next_tb = &__get_cpu_var(decrementers_next_tb);
|
||||
@@ -643,7 +643,7 @@ static int __init get_freq(char *name, int cells, unsigned long *val)
|
||||
return found;
|
||||
}
|
||||
|
||||
void start_cpu_decrementer(void)
|
||||
static void start_cpu_decrementer(void)
|
||||
{
|
||||
#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
|
||||
/* Clear any pending timer interrupts */
|
||||
|
Reference in New Issue
Block a user