[PATCH v7 08/11] arm/arm64: Unexport restart handlers
From: dianders@chromium.org (Doug Anderson)
Date: 2014-08-21 04:12:43
Also in:
linux-pm, linux-samsung-soc, linux-watchdog, lkml
From: dianders@chromium.org (Doug Anderson)
Date: 2014-08-21 04:12:43
Also in:
linux-pm, linux-samsung-soc, linux-watchdog, lkml
Guenter, On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck [off-list ref] wrote:
Implementing a restart handler in a module don't make sense as there would be no guarantee that the module is loaded when a restart is needed. Unexport arm_pm_restart to ensure that no one gets the idea to do it anyway. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Heiko Stuebner <heiko@sntech.de> --- v7: No change v6: No change v5: No change v4: No change v3: No change v2: No change arch/arm/kernel/process.c | 1 - arch/arm64/kernel/process.c | 1 - 2 files changed, 2 deletions(-)
Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org> (FYI: all patches tested by me were tested on rk3288-evb)