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

Commit 05e73d23 authored by Yan He's avatar Yan He
Browse files

msm: pcie: expose PCIe power management API



Expose this API so that reloadable kernel modules could also use
it.

Change-Id: I472300159a37ff3dce96be438e941b54df108b5b
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent fdc49c46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1609,3 +1609,4 @@ int msm_pcie_pm_control(enum msm_pcie_pm_opt pm_opt, u32 busnr, void *user,
out:
	return ret;
}
EXPORT_SYMBOL(msm_pcie_pm_control);