aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/power/main.c
diff options
context:
space:
mode:
authorMathieu Malaterre <[email protected]>2019-05-24 12:44:18 +0200
committerRafael J. Wysocki <[email protected]>2019-06-14 10:48:56 +0200
commit1ec0cd8286f35988134e05367ab5e66213b84e7c (patch)
tree0c27b66af15b24f39ffc6c05c20a87da44dcf5fe /drivers/base/power/main.c
parentd1fdb6d8f6a4109a4263176c84b899076a5f8008 (diff)
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
The declaration for pfn_is_nosave is only available in kernel/power/power.h. Since this function can be override in arch, expose it globally. Having a prototype will make sure to avoid warning (sometime treated as error with W=1) such as: arch/powerpc/kernel/suspend.c:18:5: error: no previous prototype for 'pfn_is_nosave' [-Werror=missing-prototypes] This moves the declaration into a globally visible header file and add missing include to avoid a warning on powerpc. Also remove the duplicated prototypes since not required anymore. Signed-off-by: Mathieu Malaterre <[email protected]> Acked-by: Michael Ellerman <[email protected]> (powerpc) Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/base/power/main.c')
0 files changed, 0 insertions, 0 deletions