diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-17 00:19:08 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-19 06:39:14 -0400 |
commit | f2f218cdc3ef4fd46f4fcc8880d69207a1740181 (patch) | |
tree | a3ad3351f7f29681e4f150d9590130171a77abee /include/linux/mfd/88pm860x.h | |
parent | ff13e9e256d49a478b34da3dc380af41e0b9175f (diff) |
mfd: 88pm860x: Move initilization code
Move probe() and other functions from 88pm860x-i2c.c to 88pm860x-core.c.
Since it could benefit to handle DT information.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/88pm860x.h')
-rw-r--r-- | include/linux/mfd/88pm860x.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/88pm860x.h b/include/linux/mfd/88pm860x.h index 87c933d1b912..d515e5c438f0 100644 --- a/include/linux/mfd/88pm860x.h +++ b/include/linux/mfd/88pm860x.h | |||
@@ -402,8 +402,4 @@ extern int pm860x_page_bulk_write(struct i2c_client *, int, int, | |||
402 | extern int pm860x_page_set_bits(struct i2c_client *, int, unsigned char, | 402 | extern int pm860x_page_set_bits(struct i2c_client *, int, unsigned char, |
403 | unsigned char); | 403 | unsigned char); |
404 | 404 | ||
405 | extern int pm860x_device_init(struct pm860x_chip *chip, | ||
406 | struct pm860x_platform_data *pdata) __devinit ; | ||
407 | extern void pm860x_device_exit(struct pm860x_chip *chip) __devexit ; | ||
408 | |||
409 | #endif /* __LINUX_MFD_88PM860X_H */ | 405 | #endif /* __LINUX_MFD_88PM860X_H */ |