powerpc, 8xx: fix missing function declarations.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:10:08 +0000 (15:10 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 13:23:29 +0000 (09:23 -0400)
commit08dd988be54cb6c6da676aee334c2304e77d9728
treee7f36b0bcb06ae6f256cb001cfa3da864903d9d6
parentba2c5a5c9d478c58277c4b0bb1187a6e82912410
powerpc, 8xx: fix missing function declarations.

Add missing .h and add missing declarations in .h
Declare local functions as static.  Make interrupt_init_cpu function
signatures consistent with how decrementer_count is declared.

Based on warnings reported by 'make C=2'

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[trini: drop cpu_init_f as 8xx/83xx are different from the rest, rework
interrupt_init_cpu/decrementer_count]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/cpu/mpc85xx/interrupts.c
arch/powerpc/cpu/mpc86xx/interrupts.c
arch/powerpc/cpu/mpc8xx/immap.c
arch/powerpc/cpu/mpc8xx/traps.c
arch/powerpc/include/asm/ppc.h
arch/powerpc/lib/bootm.c
arch/powerpc/lib/interrupts.c
drivers/net/mpc8xx_fec.c