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

Commit 8645d276 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: rpm-smd: move rpm-smd initcall to postcore_initcall_sync"

parents 3766a695 0453f0e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-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
@@ -1647,4 +1647,4 @@ int __init msm_rpm_driver_init(void)

	return ret;
}
postcore_initcall(msm_rpm_driver_init);
postcore_initcall_sync(msm_rpm_driver_init);