]> Git Repo - u-boot.git/commit
powerpc, 8xx: fix missing function declarations.
authorChristophe Leroy <[email protected]>
Thu, 13 Jul 2017 13:10:08 +0000 (15:10 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
[trini: drop cpu_init_f as 8xx/83xx are different from the rest, rework
interrupt_init_cpu/decrementer_count]
Signed-off-by: Tom Rini <[email protected]>
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
This page took 0.034688 seconds and 4 git commands to generate.