mfd: ab8500-sysctrl: Always enable pm_power_off handler
authorFabio Baltieri <fabio.baltieri@linaro.org>
Thu, 9 May 2013 11:08:08 +0000 (13:08 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 16 May 2013 22:42:33 +0000 (00:42 +0200)
commit0b8ebdb18888c55588b932f4f564b9c9529de627
tree9ed650b39b506419a9162e96c098b3998377eaff
parent955de2eab3fd89bc6d5735817710926ba5817450
mfd: ab8500-sysctrl: Always enable pm_power_off handler

AB8500 sysctrl driver implements a pm_power_off handler, but that is
currently not registered until a specific platform data field is
enabled.

This patch drops the platform data field and always registers
ab8500_power_off if no other pm_power_off handler was defined before,
and also introduces the necessary cleanup code in the driver's remove
function.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-sysctrl.c
include/linux/mfd/abx500/ab8500.h