]> 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)
commit1e3aa062287c342cf5320cca1fc0620dc3a3fc81
treee071006341726155ad4ea0b110467cfb81fdd856
parentd80649a90c0701299b88860acec59b7e1537bef0
powerpc/85xx: remove mostly pointless mpc85xx_qe_init()

Since commit 77011cbf6c9c (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