]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit056980f823cd61231a935635d85bf2c2af51eb07
treee7f36b0bcb06ae6f256cb001cfa3da864903d9d6
parente466e03b9062eb02ce4f1b57d7f0a59c8a7939af
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