aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/88pm860x.h
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2012-09-17 12:19:08 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-19 12:39:14 +0200
commitf2f218cdc3ef4fd46f4fcc8880d69207a1740181 (patch)
treea3ad3351f7f29681e4f150d9590130171a77abee /include/linux/mfd/88pm860x.h
parentmfd: 88pm860x: Avoid to check resource for preg regulator (diff)
downloadlinux-dev-f2f218cdc3ef4fd46f4fcc8880d69207a1740181.tar.xz
linux-dev-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/88pm860x.h')
-rw-r--r--include/linux/mfd/88pm860x.h4
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 */