arm64: suspend: make hw_breakpoint_restore static
authorJisheng Zhang <jszhang@marvell.com>
Thu, 12 Nov 2015 12:04:44 +0000 (20:04 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 12 Nov 2015 15:18:14 +0000 (15:18 +0000)
commit01b305a234943c25c336a6f2f77932a4eaf125fa
tree0d2ba51a378f6cad62b1cb123eaf7d623eaf392b
parent9a17a213345584fbc692f6b3a715aa451d4c75e9
arm64: suspend: make hw_breakpoint_restore static

hw_breakpoint_restore is only used within suspend.c, so it can be
declared static.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/suspend.c