diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-17 12:19:08 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-19 12:39:14 +0200 |
commit | f2f218cdc3ef4fd46f4fcc8880d69207a1740181 (patch) | |
tree | a3ad3351f7f29681e4f150d9590130171a77abee /include/linux/mfd | |
parent | ff13e9e256d49a478b34da3dc380af41e0b9175f (diff) | |
download | blackbird-op-linux-f2f218cdc3ef4fd46f4fcc8880d69207a1740181.tar.gz blackbird-op-linux-f2f218cdc3ef4fd46f4fcc8880d69207a1740181.zip |
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')
-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, extern int pm860x_page_set_bits(struct i2c_client *, int, unsigned char, unsigned char); -extern int pm860x_device_init(struct pm860x_chip *chip, - struct pm860x_platform_data *pdata) __devinit ; -extern void pm860x_device_exit(struct pm860x_chip *chip) __devexit ; - #endif /* __LINUX_MFD_88PM860X_H */ |