From 4e2a89449dfc80b78533e35f670b98f09f3c95ab Mon Sep 17 00:00:00 2001 From: Zhou Jingyu Date: Thu, 12 May 2011 13:21:36 +0800 Subject: ENGR00143239-1 MX53: add power off and reset function add power off interface for da9053 Signed-off-by: Zhou Jingyu --- include/linux/mfd/da9052/da9052.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h index 6070696b658d..0ff9693ee387 100644 --- a/include/linux/mfd/da9052/da9052.h +++ b/include/linux/mfd/da9052/da9052.h @@ -225,4 +225,5 @@ int eh_register_nb(struct da9052 *da9052, struct da9052_eh_nb *nb); int eh_unregister_nb(struct da9052 *da9052, struct da9052_eh_nb *nb); int da9052_manual_read(struct da9052 *da9052, unsigned char channel); +void da9053_power_off(void); #endif /* __LINUX_MFD_DA9052_DA9052_H */ -- cgit v1.2.3