commit | ce103981204005a4bfa7cf1c256536848537efef | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Aug 13 22:44:37 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 26 14:56:08 2017 -0400 |
tree | e19afe0b2e780f5996afc28a872a87600c4d7a04 | |
parent | c22435ff2c1bef0a6acaf62371d28a04cf37405a [diff] |
powerpc: Rework interrupt_init_cpu() The function interrupt_init_cpu() is given an int return type but does not return anything but 0. Rework this to be a void function. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Mario Six <mario.six@gdsys.cc>