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

Commit 47b82948 authored by Stephen Boyd's avatar Stephen Boyd Committed by Tri Vo
Browse files

UPSTREAM: PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()



These functions are just used by the PM core, and that isn't modular so
these functions don't need to be exported. Drop the exports.

Fixes: c8377adfa781 ("PM / wakeup: Show wakeup sources stats in sysfs")
Reviewed-by: default avatarTri Vo <trong@android.com>
Signed-off-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit 78c0f050847cac4c43dbfc1916a63d1557c74ac0)
Bug: 129087298
Signed-off-by: default avatarTri Vo <trong@google.com>
Change-Id: I16473a797cb1c0ffb172db8f255db1d5bec2f762
parent 845f6437
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -182,7 +182,6 @@ int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws)

	return 0;
}
EXPORT_SYMBOL_GPL(wakeup_source_sysfs_add);

/**
 * pm_wakeup_source_sysfs_add - Add wakeup_source attributes to sysfs
@@ -205,7 +204,6 @@ void wakeup_source_sysfs_remove(struct wakeup_source *ws)
{
	device_unregister(ws->dev);
}
EXPORT_SYMBOL_GPL(wakeup_source_sysfs_remove);

static int __init wakeup_sources_sysfs_init(void)
{