aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/mpc836x_mds.c
diff options
context:
space:
mode:
authorZhao Qiang <qiang.zhao@freescale.com>2015-11-30 10:48:56 +0800
committerScott Wood <scottwood@freescale.com>2015-12-22 17:10:18 -0600
commit302c059f2e7bac7342f912bc77ff5bd6490c8edd (patch)
treeb0c5da58d2eb3201cc47e5bc83aef72c5320a27c /arch/powerpc/platforms/83xx/mpc836x_mds.c
parentQE/CPM: move muram management functions to qe_common (diff)
downloadlinux-dev-302c059f2e7bac7342f912bc77ff5bd6490c8edd.tar.xz
linux-dev-302c059f2e7bac7342f912bc77ff5bd6490c8edd.zip
QE: use subsys_initcall to init qe
Use subsys_initcall to init qe to adapt ARM architecture. Remove qe_reset from PowerPC platform file. Signed-off-by: Zhao Qiang <qiang.zhao@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc836x_mds.c')
-rw-r--r--arch/powerpc/platforms/83xx/mpc836x_mds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc836x_mds.c b/arch/powerpc/platforms/83xx/mpc836x_mds.c
index 1a26d2f83401..eb24abdf1ae7 100644
--- a/arch/powerpc/platforms/83xx/mpc836x_mds.c
+++ b/arch/powerpc/platforms/83xx/mpc836x_mds.c
@@ -82,8 +82,6 @@ static void __init mpc836x_mds_setup_arch(void)
mpc83xx_setup_pci();
#ifdef CONFIG_QUICC_ENGINE
- qe_reset();
-
if ((np = of_find_node_by_name(NULL, "par_io")) != NULL) {
par_io_init(np);
of_node_put(np);