commit | 3e4282e484b3b45f1de3f2e9e6c8b192d3ac9fcf | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Oct 23 14:54:48 2019 +0200 |
committer | Scott Wood <oss@buserror.net> | Sun Nov 17 01:55:42 2019 -0600 |
tree | e071006341726155ad4ea0b110467cfb81fdd856 | |
parent | ea67a5519d61f14517f9ee35b3151f44202c2023 [diff] |
powerpc/85xx: remove mostly pointless mpc85xx_qe_init() Since commit 302c059f2e7b (QE: use subsys_initcall to init qe), mpc85xx_qe_init() has done nothing apart from possibly emitting a pr_err(). As part of reducing the amount of QE-related code in arch/powerpc/ (and eventually support QE on other architectures), remove this low-hanging fruit. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Scott Wood <oss@buserror.net>