commit | 08dd988be54cb6c6da676aee334c2304e77d9728 | [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 | ba2c5a5c9d478c58277c4b0bb1187a6e82912410 [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>