commit | edd4ebefe371b9fb8ec4c633986acf7e01d5d4d6 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 16 17:20:37 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 16:30:37 2018 -0400 |
tree | 7777c44bf6c3e02639756aef3ccfecda2de2c314 | |
parent | 0a121f703e8498a66dfb51516dfa4c31f44d6be3 [diff] |
powerpc: mpc8xx: make get_immr() independent of CONFIG_8xx SPRN_IMMR is defined regardless of the CPU. Therefore, there is no point in enclosing get_immr() inside a #ifdef CONFIG_8xx As it a static inline function, it will in any case only be compiled in functons using it. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>