commit | 4a4750bb65af31715da4f241b78b1bd3f15f5131 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 13 15:10:08 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 23 09:23:29 2017 -0400 |
tree | e7f36b0bcb06ae6f256cb001cfa3da864903d9d6 | |
parent | 3d97f8efc5cf048960b4b8876583d651b7a27940 [diff] |
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>