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

Commit 1b218c16 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: pil: Ensure imem is initialized prior to use" into msm-4.14

parents b97c22d1 142f3479
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2010-2018, 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
@@ -1177,7 +1177,7 @@ static int __init msm_pil_init(void)
out:
	return register_pm_notifier(&pil_pm_notifier);
}
device_initcall(msm_pil_init);
subsys_initcall(msm_pil_init);

static void __exit msm_pil_exit(void)
{