]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 23 Oct 2019 12:54:48 +0000 (14:54 +0200)
committerScott Wood <oss@buserror.net>
Sun, 17 Nov 2019 07:55:42 +0000 (01:55 -0600)
commit1618c8501feb25539be4d133aeb26cb19b2abf66
treee071006341726155ad4ea0b110467cfb81fdd856
parentdc0db428cb218178ec7c43d9c7eed3247c9232e7
powerpc/85xx: remove mostly pointless mpc85xx_qe_init()

Since commit 1cd10e23a0e5 (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>
arch/powerpc/platforms/85xx/common.c
arch/powerpc/platforms/85xx/corenet_generic.c
arch/powerpc/platforms/85xx/mpc85xx.h
arch/powerpc/platforms/85xx/mpc85xx_mds.c
arch/powerpc/platforms/85xx/mpc85xx_rdb.c
arch/powerpc/platforms/85xx/twr_p102x.c