PM: sleep: core: mark 2 functions as __init to save some memory
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Jun 2020 08:18:54 +0000 (10:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 23 Jun 2020 15:35:33 +0000 (17:35 +0200)
commit0659d4205db4d0225efd8f83291cbacfcdea030c
treea69622c3bc9e8f2c3c4f71fcfe7d214c1236f351
parent48778464bb7d346b47157d21ffde2af6b2d39110
PM: sleep: core: mark 2 functions as __init to save some memory

'early_resume_init()' and 'late_resume_init() 'are only called respectively
via 'early_resume_init' and 'late_resume_init'.

They can be marked as __init to save a few bytes of memory.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
[ rjw: Subject edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/trace.c