Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aef1b36d authored by Sudharsan Reddy Yettapu's avatar Sudharsan Reddy Yettapu Committed by Suresh Kumar Allam
Browse files

drivers: rpmsg: Add smd driver module at post core init



Order qcom smd driver, rpm smd driver modules initialization
at post core init stage to make available regulators and clocks.

Change-Id: If377decb914bb5f2c2ddfc05efe0ec886b9ded15
Signed-off-by: default avatarSudharsan Reddy Yettapu <syepattu@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent 02645d3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, Sony Mobile Communications AB.
 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2013, 2019 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1488,7 +1488,7 @@ static int __init qcom_smd_init(void)
{
	return platform_driver_register(&qcom_smd_driver);
}
subsys_initcall(qcom_smd_init);
postcore_initcall(qcom_smd_init);

static void __exit qcom_smd_exit(void)
{