Quoting Tri Vo (2019-08-05 10:58:47) > kernel/power/wakelock.c duplicates wakeup source creation and > registration code from drivers/base/power/wakeup.c. > > Change struct wakelock's wakeup source to a pointer and use > wakeup_source_register() function to create and register said wakeup > source. Use wakeup_source_unregister() on cleanup path. > > Signed-off-by: Tri Vo <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]>

