]> git.baikalelectronics.ru Git - kernel.git/commit
PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()
authorStephen Boyd <swboyd@chromium.org>
Mon, 19 Aug 2019 22:41:58 +0000 (15:41 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 20 Aug 2019 22:26:43 +0000 (00:26 +0200)
commited5efdb89f1a94ea194cb7b7eb43bda5c983267a
treedbe0f655e4031da2853b62031780cc7998445e96
parent169380a2bbba4da6ef56350987244716e7f8fe9d
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: d0a5011f212d ("PM / wakeup: Show wakeup sources stats in sysfs")
Reviewed-by: Tri Vo <trong@android.com>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/wakeup_stats.c